WorkbookGetStyleInPool Method |
Gets the style in the style pool.
All styles in the workbook will be gathered into a pool.
There is only a simple reference index in the cells.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Style GetStyleInPool(
int index
)
Public Function GetStyleInPool (
index As Integer
) As Style
public:
Style^ GetStyleInPool(
int index
)
member GetStyleInPool :
index : int -> Style
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
Style
The style in the pool corresponds to given index, may be null.
Remarks
If the returned style is changed, the style of all cells(which refers to this style) will be changed.
See Also