Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CellTypeDlgV3 Class / CellTypeIndex Property


In This Topic
    CellTypeIndex Property
    In This Topic
    Gets or sets the cell type index.
    Syntax
    'Declaration
     
    
    Public Property CellTypeIndex As Integer
    'Usage
     
    
    Dim instance As CellTypeDlgV3
    Dim value As Integer
     
    instance.CellTypeIndex = value
     
    value = instance.CellTypeIndex
    public int CellTypeIndex {get; set;}
    See Also