GC.Spread.Sheets.Outlines Namespace > Outline type : getLevel Method |
var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: number value = instance.getLevel(index);
function getLevel( index : number ) : number;
activeSheet.suspendPaint();
activeSheet.rowOutlines.group(0,5);
activeSheet.rowOutlines.expand(0,true);
activeSheet.resumePaint();
alert(activeSheet.rowOutlines.getLevel(0));