Aspose::Cells::Workbook::GetStyleInPool method

Workbook::GetStyleInPool 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.

Style Aspose::Cells::Workbook::GetStyleInPool(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

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