Compartilhar via


Propriedade CellSpan

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

The number of cells this cell extends to the right.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property CellSpan As Integer
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .Int32
An int value.