FormattedTableDataSetAlignment Method

Removes all overrides in the cell, row, or column. Use a valid row index and pass the column index '-1' to remove the row property overrides. Use a valid column index and pass the row index '-1' to remove the column property overrides.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public virtual void SetAlignment(
        int row,
        int column,
        CellAlignment value
)

Parameters

row  Int32
[in] Row index of the cell.
column  Int32
[in] Column index of the cell.
value  CellAlignment
[in] Alignment value.
Remarks
Margin type should be one of following values: Name Value OdDb::kTopLeft 1 OdDb::kTopCenter 2 OdDb::kTopRight 3 OdDb::kMiddleLeft 4 OdDb::kMiddleCenter 5 OdDb::kMiddleRight 6 OdDb::kBottomLeft 7 OdDb::kBottomCenter 8 OdDb::kBottomRight 9
See Also

©  Bricsys NV. All rights reserved.