Spread.Sheets Documentation
captionName Method
The caption name of the item slicer.
Gets or sets the caption name of the item slicer.
Syntax
var instance = new GC.Spread.Sheets.Slicers.ItemSlicer(name, slicerData, columnName);
var returnValue; // Type: any
returnValue = instance.captionName(value);
function captionName( 
   value : string
) : any;

Parameters

value
The caption name of the item slicer.

Return Value

If no value is set, returns the caption name of the item slicer; otherwise, returns the item slicer.
See Also

Reference

ItemSlicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.