[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IStructuredObject.GetColumnName

GetColumnName Method

GetColumnName(int)

Gets the table column name of the specified column.

Declaration
string GetColumnName(int id)
Function GetColumnName(id As Integer) As String
Parameters
Type Name Description
int id

An integer value indicates the column unique ID inside the structure object.

Returns
Type Description
string

A string indicates the column name.