Partager via


Propriété ColumnCount

Returns the number of columns in the data cell array.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ColumnCount As Integer
    Get
'Utilisation
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

Valeur de propriété

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