The index in the cell list which contains the character
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);
} |
Return Value
The index in the cell list which contains the character (applicable only for
RasterDocumentZoneType.Table zones). The cell list is not accessible for the application.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also