Gets or sets the cell index in which the given point is located.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CellIndex As Integer |
C# | |
---|
public int CellIndex {get; set;} |
C++/CLI | |
---|
public:
property int CellIndex {
int get();
void set ( int value);
} |
Property Value
An
System.Int32 value that indicates the 0-based cell index in which the given point is located.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also