SpreadJS Documentation
name Method
The name of the item slicer.
Gets or sets the name of the item slicer.
Syntax
var instance = new GcSpread.Sheets.ItemSlicer();
var returnValue; // Type: string
returnValue = instance.name(value);
function name( 
   value : string
) : string;

Parameters

value
The name of the item slicer.

Return Value

The name of the item slicer.
See Also

Reference

ItemSlicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.