Gets style of the column.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
CellStyle Style { get; }
ReadOnly Property Style As CellStyle Get
property CellStyle^ Style { CellStyle^ get (); }
abstract Style : CellStyle with get