GridWorksheet.GetColumnCaption

GridWorksheet.GetColumnCaption method

Gets the column caption. If the caption is not set, returns empty string.

public string GetColumnCaption(int column)
ParameterTypeDescription
columnInt32Column index.

Return Value

The column caption. If the caption is not set, returns empty string.

See Also