Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableColumn Interface / Name Property
In This Topic
    Name Property (ITableColumn)
    In This Topic
    Gets or sets the name of the table column. This is also used as the display name of the table column. This name must be unique within the table (read or write).
    Syntax
    System.string Name {get; set;}
    See Also