RVTDocs.com

FamilySizeTable.AsValueString

Method
Description:
Gets the table cell value as a string.
Syntax
public string AsValueString(
	int row,
	int column
)
Parameters
Parameter Type Description
row Int32 The table row.
column Int32 The table column.
Return Value
Type Description
String The table cell value as a string.