Partager via


Propriété CellSpan

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

The number of cells this cell extends to the right.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CellSpan As Integer
    Get
    Set
'Utilisation
Dim instance As ChartLegendCustomItemCell
Dim value As Integer

value = instance.CellSpan

instance.CellSpan = value
public int CellSpan { get; set; }
public:
property int CellSpan {
    int get ();
    void set (int value);
}
member CellSpan : int with get, set
function get CellSpan () : int
function set CellSpan (value : int)

Valeur de propriété

Type : System. . :: . .Int32
An int value.