Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IConditionalFormattingModel Interface / SheetView Property


In This Topic
SheetView Property (IConditionalFormattingModel)
In This Topic
Gets or sets the sheet view.
Syntax
'Declaration
 
Property SheetView As SheetView
 
'Usage
 
Dim instance As IConditionalFormattingModel
Dim value As SheetView
 
instance.SheetView = value
 
value = instance.SheetView

Property Value

The sheet view.
See Also