Method | Description | |
---|---|---|
CalculateTotalWidth ( ) : float | ||
CountUnspecificWidthColumnAndOccupiedSpace ( int &numOfUnspecificColWidth, float &occupiedSpace ) : void | ||
FindFirstReducibleColumnWidth ( int startAtIndex, int &foundAtIndex ) : bool | ||
GetCellWidth ( int cIndex, int colspan, float horizontal_spacing ) : float |
Gets the cells width, taking colspan and being in the specified column
|
|
GetSpannedMinWidth ( int rowCellCount, int realcolindex, int colspan ) : float |
Gets the spanned width of a cell (With of all columns it spans minus one).
|
|
LowerAllColumnToMinWidth ( ) : void | ||
S4_AddMoreWidthToColumns ( bool onlyNonspeicificWidth, float value ) : void | ||
SetColumnWidth ( int colIndex, float width ) : void | ||
TableColumnCollection ( int columnCount ) | ||
this ( int index ) : TableColumn |
public CountUnspecificWidthColumnAndOccupiedSpace ( int &numOfUnspecificColWidth, float &occupiedSpace ) : void | ||
numOfUnspecificColWidth | int | |
occupiedSpace | float | |
return | void |
public FindFirstReducibleColumnWidth ( int startAtIndex, int &foundAtIndex ) : bool | ||
startAtIndex | int | |
foundAtIndex | int | |
return | bool |
public GetCellWidth ( int cIndex, int colspan, float horizontal_spacing ) : float | ||
cIndex | int | |
colspan | int | |
horizontal_spacing | float | |
return | float |
public GetSpannedMinWidth ( int rowCellCount, int realcolindex, int colspan ) : float | ||
rowCellCount | int | |
realcolindex | int | |
colspan | int | |
return | float |
public S4_AddMoreWidthToColumns ( bool onlyNonspeicificWidth, float value ) : void | ||
onlyNonspeicificWidth | bool | |
value | float | |
return | void |
public SetColumnWidth ( int colIndex, float width ) : void | ||
colIndex | int | |
width | float | |
return | void |
public TableColumnCollection ( int columnCount ) | ||
columnCount | int |