Search
RowRange.Style Property
See Also
 






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

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