  | DocxTableRowSetFontSize Method | 
            Sets the size of the font.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic DocxTableRow SetFontSize(
	double fontSize
)
Public Function SetFontSize ( 
	fontSize As Double
) As DocxTableRow
public:
DocxTableRow^ SetFontSize(
	double fontSize
)
member SetFontSize : 
        fontSize : float -> DocxTableRow Parameters
- fontSize  Double
 - Size of the font.
 
Return Value
DocxTableRowDocxTableRow.
See Also