Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / ClearOutline Method
The current worksheet.


In This Topic
    ClearOutline Method
    In This Topic
    Get new instance of theRowColumnActionsCommand class to clear outline.
    Syntax
    'Declaration
     
    
    Public Shared Function ClearOutline( _
       ByVal worksheet As Worksheet _
    ) As RowColumnActionsCommand
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim value As RowColumnActionsCommand
     
    value = RowColumnActionsCommand.ClearOutline(worksheet)
    public static RowColumnActionsCommand ClearOutline( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    The current worksheet.
    See Also