Share

FamilySizeTable.AsValueString Method

Gets the table cell value as a string.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public string AsValueString(
	int row,
	int column
)

Parameters

row  Int32
The table row.
column  Int32
The table column.

Return Value

String
The table cell value as a string.

See Also

Reference

Was this information helpful?