共用方式為


RowCount 屬性

Returns the number of rows in the data cell array.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property RowCount As Integer
    Get
'用途
Dim instance As DataCellCollection
Dim value As Integer

value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
    int get ();
}
member RowCount : int
function get RowCount () : int

屬性值

型別:System. . :: . .Int32
An integer containing the number of rows in the data cell array.