Answered
change cell stroke style to none
Hi expert,
How change cell stroke style to none.
Regard
John
Hi expert,
How change cell stroke style to none.
Regard
John
my_cell.topEdgeStrokeColor = app.activeDocument.swatches.item("None");
my_cell.leftEdgeStrokeColor = app.activeDocument.swatches.item("None");
my_cell.bottomEdgeStrokeColor = app.activeDocument.swatches.item("None");
my_cell.rightEdgeStrokeColor = app.activeDocument.swatches.item("None");
Didn't test, but should work.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.