Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / OutlineLevel Property


In This Topic
    OutlineLevel Property (IRange)
    In This Topic
    Gets or sets the current outline level of the specified row or column.
    Syntax
    'Declaration
     
    
    Property OutlineLevel As Integer
    'Usage
     
    
    Dim instance As IRange
    Dim value As Integer
     
    instance.OutlineLevel = value
     
    value = instance.OutlineLevel
    int OutlineLevel {get; set;}

    Property Value

    An integer value represents the current outline level of the specified row or column.
    See Also