'Declaration Public Sub SetColumnName( _ ByVal tableColumnIndex As System.Integer, _ ByVal name As System.String _ )
'Usage Dim instance As SheetTable Dim tableColumnIndex As System.Integer Dim name As System.String instance.SetColumnName(tableColumnIndex, name)
public void SetColumnName( System.int tableColumnIndex, System.string name )
Parameters
- tableColumnIndex
- The column index of the table header. The index is zero-based.
- name
- The header text. A null value indicates that the cell value of the sheet is displayed.