Spread Windows Forms 15.0
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
    SheetView SheetView {get; set;}

    Property Value

    The sheet view.
    See Also