ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class Table

System.Object
  extended byActiveXLS.Constants.Table

public class Table
extends System.Object

This class contains the constants for table (grid).


Constant Summary
const int MAX_COLUMNS
          The maximum column number for an Office 2007 or later document.
const int MAX_COLUMNS_OFFICE_97_2003
          The maximum column number for an Office 97-2003 document.
const int MAX_ROWS
          The maximum row number for an Office 2007 or later document.
const int MAX_ROWS_OFFICE_97_2003
          The maximum row number for an Office 97-2003 document.
 
Constructor Summary
Table()
           
   

Constant Detail

MAX_ROWS_OFFICE_97_2003

public const int MAX_ROWS_OFFICE_97_2003
The maximum row number for an Office 97-2003 document. Embedded value is 0x10000.

See Also:
Constant Values

MAX_COLUMNS_OFFICE_97_2003

public const int MAX_COLUMNS_OFFICE_97_2003
The maximum column number for an Office 97-2003 document. Embedded value is 0x100.

See Also:
Constant Values

MAX_ROWS

public const int MAX_ROWS
The maximum row number for an Office 2007 or later document. Embedded value is 0x100000.

See Also:
Constant Values

MAX_COLUMNS

public const int MAX_COLUMNS
The maximum column number for an Office 2007 or later document. Embedded value is 0x4000.

See Also:
Constant Values
Constructor Detail

Table

public Table()

Copyright 2009 On Time Computing Solutions