'Declaration Public Function GetDataColumnName( _ ByVal column As System.Integer _ ) As System.String
'Usage Dim instance As Worksheet Dim column As System.Integer Dim value As System.String value = instance.GetDataColumnName(column)
public System.string GetDataColumnName( System.int column )
Parameters
- column
- The column index for which the name is requested.
Return Value
Returns the column name for data binding.