Click or drag to resize

ToleranceShapeSetCellText Method

Set a character string representing the contents of the specified position.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void SetCellText(
	int row,
	int column,
	string text
)

Parameters

row
Type: SystemInt32
Index representing the row.
column
Type: SystemInt32
Index representing the column.
text
Type: SystemString
String representing the content of geometric tolerance.
See Also