Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / Worksheet Property


In This Topic
    Worksheet Property (IPaintingContext)
    In This Topic
    Gets the current context worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Worksheet As IWorksheet
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As IWorksheet
     
    value = instance.Worksheet
    IWorksheet Worksheet {get;}
    See Also