 | GridHelpersSetRowCount method |
Sets the RowCount of a given Grid to the given value.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void SetRowCount(
DependencyObject obj,
int value
)
Public Shared Sub SetRowCount (
obj As DependencyObject,
value As Integer
)
public:
static void SetRowCount(
DependencyObject^ obj,
int value
)
static member SetRowCount :
obj : DependencyObject *
value : int -> unit Parameters
- obj DependencyObject
- Grid as DependencyObject.
- value Int32
- New RowCount for the given Grid.
See also