ControlPanelStatusRow.GetValueColumnID Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetValueColumnID ( _
columnIndex As Integer _
) As String
'Usage
Dim instance As ControlPanelStatusRow
Dim columnIndex As Integer
Dim returnValue As String
returnValue = instance.GetValueColumnID(columnIndex)
public string GetValueColumnID(
int columnIndex
)
Parameters
- columnIndex
Type: System.Int32
Return Value
Type: System.String