Click or drag to resize

TableGetCellText Method

Get Cell Text

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.902 (2.8.25.902)
Syntax
C#
public string GetCellText(
	int row,
	int column
)

Parameters

row
Type: SystemInt32

[Missing <param name="row"/> documentation for "M:VIZCore3D.NET.Data.Table.GetCellText(System.Int32,System.Int32)"]

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:VIZCore3D.NET.Data.Table.GetCellText(System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:VIZCore3D.NET.Data.Table.GetCellText(System.Int32,System.Int32)"]

See Also