Search
Row.Style Property
See Also
 






Gets an IRowStyle object that can be used to customize the appearance of all cells in the row.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IRowStyle Style { get; }

Visual Basic  Copy Code

Public ReadOnly Property Style As IRowStyle

 Property Value

An IRowStyle instance.

 See Also