Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / CellType Property


In This Topic
    CellType Property (StyleObjectInfo)
    In This Topic
    Gets or sets the cell type for cells in this RangeInfo.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public Overridable Property CellType As ICellType
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As ICellType
     
    instance.CellType = value
     
    value = instance.CellType
    [Browsable(false)]
    public virtual ICellType CellType {get; set;}

    Property Value

    The cell type of for cells in this RangeInfo.
    See Also