[]
        
(Showing Draft Content)

C1.C1Preview.RenderTable.-ctor

RenderTable Constructor

RenderTable()

Initializes a new instance of the RenderTable class.

Declaration
public RenderTable()

RenderTable(int, int)

Initializes a new instance of the RenderTable class, assigning the row and column counts (see Count).

Declaration
public RenderTable(int rowCount, int colCount)
Parameters
Type Name Description
int rowCount

The count assigned to Count on the Rows collection.

int colCount

The count assigned to Count on the Cols collection.