Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / IndexColorInfo Class / Index Property


In This Topic
    Index Property (IndexColorInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Index As Integer
    'Usage
     
    Dim instance As IndexColorInfo
    Dim value As Integer
     
    instance.Index = value
     
    value = instance.Index
    public int Index {get; set;}
    See Also