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


In This Topic
    Delete(IWorkbook,BuiltInStyle) 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 style As BuiltInStyle _
    ) As CellStyleCommand
    'Usage
     
    
    Dim workbook As IWorkbook
    Dim style As BuiltInStyle
    Dim value As CellStyleCommand
     
    value = CellStyleCommand.Delete(workbook, style)

    Parameters

    workbook
    The workbook which this command attached to.
    style
    See Also