public bool TryGetRowName(
int rowIndex,
out string rowName
)Public Function TryGetRowName (
rowIndex As Integer,
<OutAttribute> ByRef rowName As String
) As Booleanpublic:
bool TryGetRowName(
int rowIndex,
[OutAttribute] String^% rowName
)member TryGetRowName :
rowIndex : int *
rowName : string byref -> bool | ArgumentOutOfRangeException | rowIndex is less than zero. -or- rowIndex is equal to or greater than NumberOfRows. |