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
)
Public MustOverride Sub SetCellText (
row As Integer,
column As Integer,
text As String
)
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