RTFBuilderCreateRow Method
Namespace: RTFAssembly: PCBI_Design_Report (in PCBI_Design_Report.dll) Version: 17.0.0.0 (17.0.0.0)
public IRTFRow CreateRow(
RTFRowDefinition rowDefinition,
RTFCellDefinition[] cellDefinitions
)
Public Function CreateRow (
rowDefinition As RTFRowDefinition,
cellDefinitions As RTFCellDefinition()
) As IRTFRow
public:
IRTFRow^ CreateRow(
RTFRowDefinition rowDefinition,
array<RTFCellDefinition>^ cellDefinitions
)
member CreateRow :
rowDefinition : RTFRowDefinition *
cellDefinitions : RTFCellDefinition[] -> IRTFRow
- rowDefinition RTFRowDefinition
-
- cellDefinitions RTFCellDefinition
-
IRTFRow