RTFBuilderCreateRow Method

Definition

Namespace: RTF
Assembly: PCBI_Design_Report (in PCBI_Design_Report.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public IRTFRow CreateRow(
	RTFRowDefinition rowDefinition,
	RTFCellDefinition[] cellDefinitions
)

Parameters

rowDefinition  RTFRowDefinition
 
cellDefinitions  RTFCellDefinition
 

Return Value

IRTFRow

See Also