Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataColumnConfigureEventArgs Class / Sheet Property


In This Topic
    Sheet Property (DataColumnConfigureEventArgs)
    In This Topic
    Gets the sheet (SheetView object) that is binding to a data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sheet As SheetView
    'Usage
     
    
    Dim instance As DataColumnConfigureEventArgs
    Dim value As SheetView
     
    value = instance.Sheet
    public SheetView Sheet {get;}
    See Also