Search
IStyle.Worksheet Property
See Also
 






Gets the worksheet this style is associated with.

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

 Syntax

C#  Copy Code

Worksheet Worksheet { get; }

Visual Basic  Copy Code

ReadOnly Property Worksheet As Worksheet

 Property Value

An instance of the Worksheet class.

 See Also