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