  | DocxCellSetRightPadding Method | 
            Sets the right padding of the cell.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic DocxCell SetRightPadding(
	double right
)
Public Function SetRightPadding ( 
	right As Double
) As DocxCell
public:
DocxCell^ SetRightPadding(
	double right
)
member SetRightPadding : 
        right : float -> DocxCell Parameters
- right  Double
 - Value of the right padding.
 
Return Value
DocxCellDocxCell.
See Also