FormattedTableDataSetMargin Method
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public virtual void SetMargin(
        int row,
        int column,
        CellMargins margin,
        double value
)
 
Public Overridable Sub SetMargin ( 
        row As Integer,
        column As Integer,
        margin As CellMargins,
        value As Double
)
 
public:
virtual void SetMargin(
        int row, 
        int column, 
        CellMargins margin, 
        double value
)
 
abstract SetMargin : 
        row : int * 
        column : int * 
        margin : CellMargins * 
        value : float -> unit 
override SetMargin : 
        row : int * 
        column : int * 
        margin : CellMargins * 
        value : float -> unit 
 
 
 
Parameters
- row
 
- Type: SystemInt32
 
- column
 
- Type: SystemInt32
 
- margin
 
- Type: Teigha.DatabaseServicesCellMargins
 
- value
 
- Type: SystemDouble
 
 
See Also