GcSpread.Sheets Namespace > Sheet type : selectionPolicy Method |
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: Object returnValue = instance.selectionPolicy(value);
function selectionPolicy( value : SelectionPolicy ) : Object;
activeSheet.selectionUnit(GcSpread.Sheets.SelectionUnit.Row); activeSheet.selectionPolicy(GcSpread.Sheets.SelectionPolicy.Range);