Aspose::Cells::Cells::GetCellStyle method

Cells::GetCellStyle method

Get the style of given cell.

Style Aspose::Cells::Cells::GetCellStyle(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_trow index
columnint32_tcolumn

ReturnValue

the style of given cell.

See Also