Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellStyleCommand Class / Delete Method / Delete(IWorkbook,String) Method
The workbook which this command attached to.
The name of style to delete.


In This Topic
    Delete(IWorkbook,String) Method
    In This Topic
    Creates a command that delete the specified cell style.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Delete( _
       ByVal workbook As IWorkbook, _
       ByVal styleName As String _
    ) As CellStyleCommand
    'Usage
     
    
    Dim workbook As IWorkbook
    Dim styleName As String
    Dim value As CellStyleCommand
     
    value = CellStyleCommand.Delete(workbook, styleName)

    Parameters

    workbook
    The workbook which this command attached to.
    styleName
    The name of style to delete.
    See Also