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

Parameters

value
The caption name of the item slicer.

Return Value

The caption name of the item slicer.
See Also

Reference

ItemSlicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.