Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICellType Interface
Members


In This Topic
    ICellType Interface
    In This Topic
    Represents the cell type of a cell.
    Syntax
    'Declaration
     
    
    Public Interface ICellType 
       Inherits GrapeCity.Spreadsheet.ICloneable(Of ICellType) 
    'Usage
     
    
    Dim instance As ICellType
    public interface ICellType : GrapeCity.Spreadsheet.ICloneable<ICellType>  
    See Also