var instance = new GC.Spread.Sheets.Slicers.SlicerStyleInfo(backColor, foreColor, font, borderLeft, borderTop, borderRight, borderBottom, textDecoration);
function SlicerStyleInfo;
var instance = new GC.Spread.Sheets.Slicers.SlicerStyleInfo(backColor, foreColor, font, borderLeft, borderTop, borderRight, borderBottom, textDecoration);
function SlicerStyleInfo;
Object
GC.Spread.Sheets.Slicers.SlicerStyleInfo
Name | Description | |
---|---|---|
SlicerStyleInfo Constructor | Represents slicer style information. |
Name | Description | |
---|---|---|
backColor | Gets or sets the background color of the style information. | |
borderBottom | Gets or sets the bottom border of the style information. | |
borderLeft | Gets or sets the left border of the style information. | |
borderRight | Gets or sets the right border of the style information. | |
borderTop | Gets or sets the top border of the style information. | |
font | Gets or sets the font of the style information. | |
foreColor | Gets or sets the foreground color of the style information. | |
setBorders | Sets every border of the style information. | |
textDecoration | Gets or sets the text decoration of the style information. |