'Usage Dim instance As DefaultSheetDataModel Dim column As Integer Dim value As String value = instance.GetDataColumnCaption(column)
Parameters
- column
- Column index for which caption is requested
Return Value
String containing the caption
'Usage Dim instance As DefaultSheetDataModel Dim column As Integer Dim value As String value = instance.GetDataColumnCaption(column)
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number of columns |