public bool TryGetRowName(
int rowIndex,
out string rowName
)
Public Function TryGetRowName (
rowIndex As Integer,
<OutAttribute> ByRef rowName As String
) As Boolean
public:
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. |