ChartLegendCustomItemCell.CellSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of cells this cell extends to the right.
public:
property int CellSpan { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(1)]
public int CellSpan { get; set; }
[<System.ComponentModel.DefaultValue(1)>]
member this.CellSpan : int with get, set
Public Property CellSpan As Integer
Property Value
An int
value.
- Attributes