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