var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: boolean value = instance.getColumnPageBreak(column);
function getColumnPageBreak( column : number ) : boolean;
Parameters
- column
- The column index.
Return Value
true
if a forced page break is inserted before the specified column; otherwise, false
.