GcSpread.Sheets Namespace > Spread type : useTouchLayout Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.useTouchLayout(value);
function useTouchLayout( value : boolean ) : Object;
true
if using touch layout to present the Spread component; otherwise, false
.activeSheet.useTouchLayout(true);