RowStyles(Int32) Constructor

Constructs a new RowStyles object with a given capacity.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public RowStyles(
	int capacity
)

Parameters

capacity  Int32
The initial capacity of the RowStyles.

See Also