Gets or sets the cell index. The filter and sort items operate in the cells with the specified index.
<SRDescriptionAttribute("Indicates the cell index of the corresponding cells. The filter and sort items operate in the cells with the specified index.")>
<SRCategoryAttribute("Appearance")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property CellIndex As Integer
Dim instance As HeaderDropDownList
Dim value As Integer
instance.CellIndex = value
value = instance.CellIndex
[SRDescription("Indicates the cell index of the corresponding cells. The filter and sort items operate in the cells with the specified index.")]
[SRCategory("Appearance")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[RefreshProperties(RefreshProperties.All)]
public int CellIndex {get; set;}
Property Value
An
System.Int32 that indicates the index of the corresponding cells. The index is -1 after setting a valid
CellName.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2