Class
AddRows, Delete, GetProps, ObjectValid, SetProps
Row
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| CondFmtIsShown | int | readwrite | |
| Element | Element | readonly | |
| FirstCellInRow | Cell | readonly | |
| Height | int | readonly | |
| InCond | Objects | readwrite | |
| LocX | int | readonly | |
| LocY | int | readonly | |
| NextRowInTbl | Row | readonly | |
| PrevRowInTbl | Row | readonly | |
| RowIsShown | int | readonly | |
| RowKeepWithNext | int | readwrite | |
| RowKeepWithPrev | int | readwrite | |
| RowMaxHeight | int | readwrite | |
| RowMinHeight | int | readwrite | |
| RowStart | int | readwrite | |
| RowTbl | Tbl | readonly | |
| RowType | int | readonly | |
| SepOverride | Color | readwrite | |
| StyleOverrides | int | readwrite | |
| UseSepOverride | int | readwrite | |
| Width | int | readonly |
Methods
Instances
int AddRows (direction: int, numNewRows: int)
| Parameter | Type | Description |
|---|---|---|
| direction | int | |
| numNewRows | int |
PropVals GetProps ()
void SetProps (setVal: PropVals)
| Parameter | Type | Description |
|---|---|---|
| setVal | PropVals |
Element of
Cell.CellRow
Row.NextRowInTbl
Row.PrevRowInTbl
Tbl.BottomRowSelection
Tbl.FirstRowInTbl
Tbl.LastRowInTbl
Tbl.TopRowSelection
Used in:
int Tbl.DeleteRows (refRow: Row, numDelRows: int)
| Jongware, 31-Oct-2011 v3.0.3f | Contents :: Index |