var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.setColumnPageBreak(column, value);
Parameters
- column
- The column index.
- value
- Set to
true
to force a page break before the specified column on this sheet when printing.