Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Outline Property


In This Topic
    Outline Property (IWorksheet)
    In This Topic
    Gets an IOutline object that represents the outline for the specified worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Outline As IOutline
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IOutline
     
    value = instance.Outline
    IOutline Outline {get;}

    Property Value

    The IOutline object of the specified worksheet.
    See Also