var instance = new GC.Spread.Sheets.Slicers.ItemSlicer(name, slicerData, columnName); var returnValue; // Type: any returnValue = instance.width(value);
function width( value : number ) : any;
Parameters
- value
- The width of the item slicer.
Return Value
If no value is set, returns the width of the item slicer; otherwise, returns the item slicer.