Method | Description | |
---|---|---|
TableSettings ( ) : System.Collections.Generic | ||
TableSettings ( List |
||
TableSettings ( bool columnHasHeaders, bool rowHasHeaders ) : System.Collections.Generic | ||
TableSettings ( int columnsCount, int rowsCount ) : System.Collections.Generic |
public TableSettings ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public TableSettings ( List |
||
columnHeaders | List |
|
rowHeaders | List |
|
return | System.Collections.Generic |
public TableSettings ( bool columnHasHeaders, bool rowHasHeaders ) : System.Collections.Generic | ||
columnHasHeaders | bool | |
rowHasHeaders | bool | |
return | System.Collections.Generic |
public TableSettings ( int columnsCount, int rowsCount ) : System.Collections.Generic | ||
columnsCount | int | |
rowsCount | int | |
return | System.Collections.Generic |