Library | Module

Interface IpfcTableCell



Description

This interface represents a table cell in a drawing table.



Property Summary

PropertyColumnNumberas Long
The column number. Column numbers range from 1 to the number of columns.
PropertyRowNumberas Long
The row number. Row numbers range from 1 to the number of rows.



Method Summary

FunctionCCpfcTableCell.Create (RowNumber as Long, ColumnNumber as Long) as IpfcTableCell
Creates a new data object representing a cell in drawing table.



Property Detail


PropertyColumnNumberas Long

The column number. Column numbers range from 1 to the number of columns.




PropertyRowNumberas Long

The row number. Row numbers range from 1 to the number of rows.





Method Detail


FunctionCCpfcTableCell.Create (RowNumber as Long, ColumnNumber as Long) as IpfcTableCell

Creates a new data object representing a cell in drawing table.
Parameters:
RowNumber
The row number. Row numbers range from 1 to the number of row in the table.
ColumnNumber
The column number. Column numbers range from 1 to the number of columns in the table.
Returns: