|  | DocxCellSetRightPadding Method  | 
 
            Sets the right padding of the cell.
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
 Syntax
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
- Type: SystemDouble
 Value of the right padding.
Return Value
Type: 
DocxCellDocxCell.
 See Also
See Also