Click or drag to resize

MatrixDataProviderExtensionMatrixDataRows Property

Rows of this MatrixData object.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public IEnumerable<MatrixDataProviderExtensionMatrixDataIRowData> Rows { get; }

Property Value

IEnumerableMatrixDataProviderExtensionMatrixDataIRowData
See Also