SetHorizontalMargin Method (ITable) Send Feedback
See Also 
Margin
Size of horizontal margin for this Table
Sets the size of the horizontal margin for this Table.

Syntax

Visual Basic 
Sub SetHorizontalMargin( _
   ByVal Margin As System.Double _
) 
C# 
void SetHorizontalMargin( 
   System.double Margin
)
JavaScript 
SetHorizontalMargin( 
   Margin : Number
)
COM native C++ 
HRESULT SetHorizontalMargin( 
   DOUBLE Margin
) 
C++ 
DSRESULT SetHorizontalMargin( 
   double Margin
) 

Parameters

Margin
Size of horizontal margin for this Table
 

See Also

Availability

DraftSight V1R6.0