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


In This Topic
    Name Property (ColumnInfo)
    In This Topic
    Gets or sets the ColumnInfo name.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Name As String
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    [DefaultValue("")]
    public string Name {get; set;}

    Property Value

    A System.String value that represents the name of the ColumnInfo.
    Remarks
    The name is case-sensitive.
    See Also