Workbook.GetStyleInPool

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.

public Style GetStyleInPool(int index)
ParameterTypeDescription
indexInt32The index.

Return Value

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