ToleranceShapeGetCellText Method |
Get a 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 string GetCellText(
int row,
int column
)
Public MustOverride Function GetCellText (
row As Integer,
column As Integer
) As String
Parameters
- row
- Type: SystemInt32
Index representing the row. - column
- Type: SystemInt32
Index representing the column.
Return Value
Type:
String String representing the content of geometric tolerance.
See Also