Property EndRow
EndRow
Gets or sets the last row of the submatrix. If it is not specified, the submatrix will end at the last row of the array.
public int? EndRow { get; set; }
Property Value
- int?
Gets or sets the last row of the submatrix. If it is not specified, the submatrix will end at the last row of the array.
public int? EndRow { get; set; }