다음을 통해 공유


ColumnCount 속성

Returns the number of columns in the data cell array.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.