ColumnCount 属性

Returns the number of columns in the data cell array.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ColumnCount As Integer
    Get
用法
Dim instance As DataCellCollection
Dim value As Integer

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

属性值

类型:System. . :: . .Int32
An integer containing the number of columns in the data cell array.