Gets an IStyle object that can be used to customize the appearance of the cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public IStyle Style { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Style As IStyle |
An IStyle instance.
See Also