|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
ActiveXLS.Constants |
ActiveXLS.Constants.Alignment | ||
public const System.String |
ALIGNMENT_BOTTOM |
"bottom" |
public const System.String |
ALIGNMENT_CENTER |
"center" |
public const System.String |
ALIGNMENT_CENTER_ACROSS_SELECTION |
"center across selection" |
public const System.String |
ALIGNMENT_FILL |
"fill" |
public const System.String |
ALIGNMENT_GENERAL |
"general" |
public const System.String |
ALIGNMENT_JUSTIFY |
"justify" |
public const System.String |
ALIGNMENT_LEFT |
"left" |
public const System.String |
ALIGNMENT_MIDDLE |
"middle" |
public const System.String |
ALIGNMENT_RIGHT |
"right" |
public const System.String |
ALIGNMENT_TOP |
"top" |
ActiveXLS.Constants.Border | ||
public const int |
BORDER_DASH_DOT |
9 |
public const int |
BORDER_DASH_DOT_DOT |
11 |
public const int |
BORDER_DASHED |
3 |
public const int |
BORDER_DOTTED |
4 |
public const int |
BORDER_DOUBLE |
6 |
public const int |
BORDER_HAIR |
7 |
public const int |
BORDER_MEDIUM |
2 |
public const int |
BORDER_MEDIUM_DASH_DOT |
10 |
public const int |
BORDER_MEDIUM_DASH_DOT_DOT |
12 |
public const int |
BORDER_MEDIUM_DASHED |
8 |
public const int |
BORDER_NONE |
0 |
public const int |
BORDER_SLANTED_DASH_DOT |
13 |
public const int |
BORDER_THICK |
5 |
public const int |
BORDER_THIN |
1 |
ActiveXLS.Constants.ConditionalFormatting | ||
public const int |
CONDITIONAL_FORMATTING_TYPE_COMPARE_CELL_VALUE |
1 |
public const int |
CONDITIONAL_FORMATTING_TYPE_EVALUATE_FORMULA |
2 |
public const int |
OPERATOR_BETWEEN |
1 |
public const int |
OPERATOR_EQUAL_TO |
3 |
public const int |
OPERATOR_GREATER_THAN |
5 |
public const int |
OPERATOR_GREATER_THAN_OR_EQUAL_TO |
7 |
public const int |
OPERATOR_LESS_THAN |
6 |
public const int |
OPERATOR_LESS_THAN_OR_EQUAL_TO |
8 |
public const int |
OPERATOR_NO_COMPARATION |
0 |
public const int |
OPERATOR_NOT_BETWEEN |
2 |
public const int |
OPERATOR_NOT_EQUAL_TO |
4 |
ActiveXLS.Constants.DataGroup | ||
public const int |
GROUP_BY_COLUMNS |
1 |
public const int |
GROUP_BY_ROWS |
0 |
ActiveXLS.Constants.DataType | ||
public const System.String |
AUTOMATIC |
"automatic" |
public const System.String |
BOOLEAN |
"bool" |
public const System.String |
DATE |
"date" |
public const System.String |
ERROR |
"error" |
public const System.String |
NUMERIC |
"numeric" |
public const System.String |
STRING |
"string" |
ActiveXLS.Constants.DataValidator | ||
public const int |
ERROR_INFO |
2 |
public const int |
ERROR_STOP |
0 |
public const int |
ERROR_WARNING |
1 |
public const int |
OPERATOR_BETWEEN |
0 |
public const int |
OPERATOR_EQUAL_TO |
2 |
public const int |
OPERATOR_GREATER_THAN |
4 |
public const int |
OPERATOR_GREATER_THAN_OR_EQUAL_TO |
6 |
public const int |
OPERATOR_LESS_THAN |
5 |
public const int |
OPERATOR_LESS_THAN_OR_EQUAL_TO |
7 |
public const int |
OPERATOR_NOT_BETWEEN |
1 |
public const int |
OPERATOR_NOT_EQUAL_TO |
3 |
public const int |
VALIDATE_ANY_VALUE |
0 |
public const int |
VALIDATE_CUSTOM |
7 |
public const int |
VALIDATE_DATE |
4 |
public const int |
VALIDATE_DECIMAL |
2 |
public const int |
VALIDATE_LIST |
3 |
public const int |
VALIDATE_TEXT_LENGTH |
6 |
public const int |
VALIDATE_TIME |
5 |
public const int |
VALIDATE_WHOLE_NUMBER |
1 |
ActiveXLS.Constants.ErrorType | ||
public const int |
DIV0 |
7 |
public const int |
NA |
42 |
public const int |
NAME |
29 |
public const int |
NULL |
0 |
public const int |
NUM |
36 |
public const int |
REF |
23 |
public const int |
VALUE |
15 |
ActiveXLS.Constants.FileProperty | ||
public const long |
VT_BLOB |
65l |
public const long |
VT_BOOL |
11l |
public const long |
VT_FILETIME |
64l |
public const long |
VT_I2 |
2l |
public const long |
VT_I4 |
3l |
public const long |
VT_LPSTR |
30l |
public const long |
VT_NULL |
1l |
public const long |
VT_NUMBER |
5l |
public const long |
VT_VARIANT |
12l |
ActiveXLS.Constants.FontSettings | ||
public const int |
UNDERLINE_STYLE_DOUBLE |
2 |
public const int |
UNDERLINE_STYLE_DOUBLE_ACCOUNTING |
34 |
public const int |
UNDERLINE_STYLE_NONE |
0 |
public const int |
UNDERLINE_STYLE_SINGLE |
1 |
public const int |
UNDERLINE_STYLE_SINGLE_ACCOUNTING |
33 |
ActiveXLS.Constants.Footer | ||
public const System.String |
POSITION_CENTER |
"C" |
public const System.String |
POSITION_LEFT |
"L" |
public const System.String |
POSITION_RIGHT |
"R" |
ActiveXLS.Constants.Format | ||
public const System.String |
FORMAT_AS_HALVES |
"# ?/2" |
public const System.String |
FORMAT_AS_QUARTERS |
"# ?/4" |
public const System.String |
FORMAT_AS_TENTHS |
"# ?/10" |
public const System.String |
FORMAT_CURRENCY |
"$0.00" |
public const System.String |
FORMAT_DATE |
"MM/dd/yyyy" |
public const System.String |
FORMAT_DATE_TIME |
"MM/dd/yyyy HH:mm:ss" |
public const System.String |
FORMAT_FLOAT_2DECIMALS |
"0.00" |
public const System.String |
FORMAT_FLOAT_2DECIMALS_PERCENT |
"0.00%" |
public const System.String |
FORMAT_GENERAL |
"General" |
public const System.String |
FORMAT_INTEGER |
"0" |
public const System.String |
FORMAT_INTEGER_PERCENT |
"0%" |
ActiveXLS.Constants.Header | ||
public const System.String |
POSITION_CENTER |
"C" |
public const System.String |
POSITION_LEFT |
"L" |
public const System.String |
POSITION_RIGHT |
"R" |
ActiveXLS.Constants.HyperlinkType | ||
public const System.String |
CELL |
"cell" |
public const System.String |
FILE |
"file" |
public const System.String |
NOHYPERLINK |
"nohyperlink" |
public const System.String |
UNC |
"unc" |
public const System.String |
UNKNOWN |
"unknown" |
public const System.String |
URL |
"url" |
ActiveXLS.Constants.Pattern | ||
public const int |
PATTERN_12PERCENT_GRAY |
17 |
public const int |
PATTERN_25PERCENT_GRAY |
4 |
public const int |
PATTERN_50PERCENT_GRAY |
2 |
public const int |
PATTERN_6PERCENT_GRAY |
18 |
public const int |
PATTERN_75PERCENT_GRAY |
3 |
public const int |
PATTERN_DIAGONAL_CROSSHATCH |
9 |
public const int |
PATTERN_DIAGONAL_STRIPE |
8 |
public const int |
PATTERN_HORIZONTAL_STRIPE |
5 |
public const int |
PATTERN_NONE |
0 |
public const int |
PATTERN_REVERSE_DIAGONAL_STRIPE |
7 |
public const int |
PATTERN_SOLID |
1 |
public const int |
PATTERN_THICK_DIAGONAL_CROSSHATCH |
10 |
public const int |
PATTERN_THIN_DIAGONAL_CROSSHATCH |
16 |
public const int |
PATTERN_THIN_DIAGONAL_STRIPE |
14 |
public const int |
PATTERN_THIN_HORIZONTAL_CROSSHATCH |
15 |
public const int |
PATTERN_THIN_HORIZONTAL_STRIPE |
11 |
public const int |
PATTERN_THIN_REVERSE_DIAGONAL_STRIPE |
13 |
public const int |
PATTERN_THIN_VERTICAL_STRIPE |
12 |
public const int |
PATTERN_VERTICAL_STRIPE |
6 |
ActiveXLS.Constants.Table | ||
public const int |
MAX_COLUMNS |
16384 |
public const int |
MAX_COLUMNS_OFFICE_97_2003 |
256 |
public const int |
MAX_ROWS |
1048576 |
public const int |
MAX_ROWS_OFFICE_97_2003 |
65536 |
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV NEXT | FRAMES NO FRAMES |