Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellStyleCommand Class
Members


In This Topic
    CellStyleCommand Class
    In This Topic
    Represents a command that modifies style of a cell or a range of cells.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CellStyleCommand 
       Inherits Command
    'Usage
     
    
    Dim instance As CellStyleCommand
    public sealed class CellStyleCommand : Command 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.CellStyleCommand

    See Also