Click or drag to resize

MatrixDataProviderExtensionMatrixDataRows Property

Rows of this MatrixData object.

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

Property Value

Type: IEnumerableMatrixDataProviderExtensionMatrixDataIRowData
See Also