public void SetRowName(
int rowIndex,
string rowName
)
Public Sub SetRowName (
rowIndex As Integer,
rowName As String
)
public:
void SetRowName(
int rowIndex,
String^ rowName
)
member SetRowName :
rowIndex : int *
rowName : string -> unit
ArgumentNullException | rowName is null. |
ArgumentOutOfRangeException | rowName is empty, or consists only of
white-space characters, or is a string reserved for matrix sub-referencing. -or- rowIndex is less than zero. -or- rowIndex is equal to or greater than NumberOfRows. |