Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableColumn Interface / setName Method
In This Topic
    setName Method
    In This Topic
    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.
    Syntax
    void setName( 
       java.lang.String value
    )

    Parameters

    value
    See Also