GrapeCity MultiRow Windows Forms Documentation
CellIndex Property (MathStatistics)


Gets or sets the cell index of the cell value that is used in the statistic.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates which cell's value takes part in the statistic by using the cell index.")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property CellIndex As Integer
Dim instance As MathStatistics
Dim value As Integer
 
instance.CellIndex = value
 
value = instance.CellIndex
[DefaultValue()]
[SRDescription("Indicates which cell's value takes part in the statistic by using the cell index.")]
[RefreshProperties(RefreshProperties.All)]
public int CellIndex {get; set;}

Property Value

A System.Int32 value that represents the cell index. The default is -1.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than -1.
Requirements

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

See Also

Reference

MathStatistics Class
MathStatistics Members

 

 


Copyright © GrapeCity, inc. All rights reserved.