Library | Module

Class pfcTableCell



Description

This interface represents a table cell in a drawing table.



Property Summary

numberColumnNumber
The column number. Column numbers range from 1 to the number of columns.
numberRowNumber
The row number. Row numbers range from 1 to the number of rows.



Method Summary

static pfcTableCellCreate (number RowNumber, number ColumnNumber)
Creates a new data object representing a cell in drawing table.



Property Detail


numberColumnNumber

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




numberRowNumber

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





Method Detail


static pfcTableCellCreate (number RowNumber, number ColumnNumber)

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: