DoubleMatrixRemoveRowName Method
Removes the name of the specified row.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public bool RemoveRowName(
int rowIndex
)
Public Function RemoveRowName (
rowIndex As Integer
) As Boolean
public:
bool RemoveRowName(
int rowIndex
)
member RemoveRowName :
rowIndex : int -> bool
- rowIndex Int32
-
The index of the row whose name has to be removed.
Booleantrue if the name is successfully found and removed; otherwise,
false. This method returns
false if there is no name in the
current instance for the row whose index is equal to
rowIndex.