CubeDataRendererRows Property |
|
DataPA OpenAnalytics API Reference
Gets an array of strings representing the rows of the cube.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string[] Rows { get; }
Public ReadOnly Property Rows As String()
Get
public:
virtual property array<String^>^ Rows {
array<String^>^ get () sealed;
}
Property Value
Type:
StringAn array of strings representing the rows of the cube.
Return Value
Type:
StringAn array of strings representing the rows of the cube.
Remarks See Also