Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellStyleInfo Class / Name Property


In This Topic
    Name Property (CellStyleInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As CellStyleInfo
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    See Also