DataPA Enterprise Dashboard Controls 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
C# |
---|
public string[] Rows { get; } |
Visual Basic |
---|
Public ReadOnly Property Rows As String()
Get |
Visual C++ |
---|
public:
virtual property array<String^>^ Rows {
array<String^>^ get () sealed;
} |
Property Value
Type:
array<String>[]()[][]An array of strings representing the rows of the cube.
Return Value
Type:
array<String>[]()[][]An array of strings representing the rows of the cube.
Remarks
See Also