 | JobGroupViewModelColumnCount field |
Returns or sets the number of columns of a square matrix.
This value is moved to the GridColumnCount property at a suitable time,
to inform the WPF GUI.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxPublic ColumnCount As Integer
val mutable ColumnCount: int
Return value
Int32The number of columns in a square matrix.
See also