Aspose::Cells::Cell::GetStyle method

Cell::GetStyle() method

Gets the cell style.

Style Aspose::Cells::Cell::GetStyle()

ReturnValue

Style object.

Remarks

To change the style of the cell, please call Cell.SetStyle() method after modifying the returned style object. This method is same with GetStyle(bool) with true value for the parameter.

See Also

Cell::GetStyle(bool) method

If checkBorders is true, check whether other cells’ borders will effect the style of this cell.

Style Aspose::Cells::Cell::GetStyle(bool checkBorders)
ParameterTypeDescription
checkBordersboolCheck other cells’ borders

ReturnValue

Style object.

See Also