MindFusion.Wpf Pack Programmer's Guide
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

Row Members
Row Class
MindFusion.Spreadsheet.Wpf Namespace