'Usage Dim instance As RowEditTemplateContainer Dim index As Integer Dim value As String value = instance.GetHeader(index)
Parameters
- index
- Column index
Return Value
String containing the header
'Usage Dim instance As RowEditTemplateContainer Dim index As Integer Dim value As String value = instance.GetHeader(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |