📄 range.java
字号:
Dispatch.call(this, "ClearNotes"); } public void clearOutline() { Dispatch.call(this, "ClearOutline"); } public int getColumn() { return Dispatch.get(this, "Column").toInt(); } public Range columnDifferences(Variant lastParam) { return new Range(Dispatch.call(this, "ColumnDifferences", lastParam).toDispatch()); } public Range getColumns() { return new Range(Dispatch.get(this, "Columns").toDispatch()); } public Variant getColumnWidth() { return Dispatch.get(this, "ColumnWidth"); } public void setColumnWidth(Variant lastParam) { Dispatch.put(this, "ColumnWidth", lastParam); } public void consolidate(Variant sources, Variant function, Variant topRow, Variant leftColumn, Variant lastParam) { Dispatch.call(this, "Consolidate", sources, function, topRow, leftColumn, lastParam); } public void consolidate(Variant sources, Variant function, Variant topRow, Variant leftColumn) { Dispatch.call(this, "Consolidate", sources, function, topRow, leftColumn); } public void consolidate(Variant sources, Variant function, Variant topRow) { Dispatch.call(this, "Consolidate", sources, function, topRow); } public void consolidate(Variant sources, Variant function) { Dispatch.call(this, "Consolidate", sources, function); } public void consolidate(Variant sources) { Dispatch.call(this, "Consolidate", sources); } public void consolidate() { Dispatch.call(this, "Consolidate"); } public void copy(Variant lastParam) { Dispatch.call(this, "Copy", lastParam); } public void copy() { Dispatch.call(this, "Copy"); } public int copyFromRecordset(Variant data, Variant maxRows, Variant lastParam) { return Dispatch.call(this, "CopyFromRecordset", data, maxRows, lastParam).toInt(); } public int copyFromRecordset(Variant data, Variant maxRows) { return Dispatch.call(this, "CopyFromRecordset", data, maxRows).toInt(); } public int copyFromRecordset(Variant data) { return Dispatch.call(this, "CopyFromRecordset", data).toInt(); } public void copyPicture(int appearance, int lastParam) { Dispatch.call(this, "CopyPicture", new Variant(appearance), new Variant(lastParam)); } public void copyPicture(int appearance) { Dispatch.call(this, "CopyPicture", new Variant(appearance)); } public void copyPicture() { Dispatch.call(this, "CopyPicture"); } public int getCount() { return Dispatch.get(this, "Count").toInt(); } public void createNames(Variant top, Variant left, Variant bottom, Variant lastParam) { Dispatch.call(this, "CreateNames", top, left, bottom, lastParam); } public void createNames(Variant top, Variant left, Variant bottom) { Dispatch.call(this, "CreateNames", top, left, bottom); } public void createNames(Variant top, Variant left) { Dispatch.call(this, "CreateNames", top, left); } public void createNames(Variant top) { Dispatch.call(this, "CreateNames", top); } public void createNames() { Dispatch.call(this, "CreateNames"); } public void createPublisher(Variant edition, int appearance, Variant containsPICT, Variant containsBIFF, Variant containsRTF, Variant lastParam) { Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), containsPICT, containsBIFF, containsRTF, lastParam); } public void createPublisher(Variant edition, int appearance, Variant containsPICT, Variant containsBIFF, Variant containsRTF) { Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), containsPICT, containsBIFF, containsRTF); } public void createPublisher(Variant edition, int appearance, Variant containsPICT, Variant containsBIFF) { Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), containsPICT, containsBIFF); } public void createPublisher(Variant edition, int appearance, Variant containsPICT) { Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), containsPICT); } public void createPublisher(Variant edition, int appearance) { Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance)); } public void createPublisher(Variant edition) { Dispatch.call(this, "CreatePublisher", edition); } public void createPublisher() { Dispatch.call(this, "CreatePublisher"); } public Range getCurrentArray() { return new Range(Dispatch.get(this, "CurrentArray").toDispatch()); } public Range getCurrentRegion() { return new Range(Dispatch.get(this, "CurrentRegion").toDispatch()); } public void cut(Variant lastParam) { Dispatch.call(this, "Cut", lastParam); } public void cut() { Dispatch.call(this, "Cut"); } public void dataSeries(Variant rowcol, int type, int date, Variant step, Variant stop, Variant lastParam) { Dispatch.call(this, "DataSeries", rowcol, new Variant(type), new Variant(date), step, stop, lastParam); } public void dataSeries(Variant rowcol, int type, int date, Variant step, Variant stop) { Dispatch.call(this, "DataSeries", rowcol, new Variant(type), new Variant(date), step, stop); } public void dataSeries(Variant rowcol, int type, int date, Variant step) { Dispatch.call(this, "DataSeries", rowcol, new Variant(type), new Variant(date), step); } public void dataSeries(Variant rowcol, int type, int date) { Dispatch.call(this, "DataSeries", rowcol, new Variant(type), new Variant(date)); } public void dataSeries(Variant rowcol, int type) { Dispatch.call(this, "DataSeries", rowcol, new Variant(type)); } public void dataSeries(Variant rowcol) { Dispatch.call(this, "DataSeries", rowcol); } public void dataSeries() { Dispatch.call(this, "DataSeries"); } public Variant get_Default(Variant rowIndex, Variant lastParam) { return Dispatch.call(this, "_Default", rowIndex, lastParam); } public Variant get_Default(Variant rowIndex) { return Dispatch.call(this, "_Default", rowIndex); } public Variant get_Default() { return Dispatch.get(this, "_Default"); } public void set_Default(Variant rowIndex, Variant columnIndex, Variant lastParam) { Dispatch.call(this, "_Default", rowIndex, columnIndex, lastParam); } public void set_Default(Variant rowIndex) { Dispatch.put(this, "_Default", rowIndex); } public void set_Default() { Dispatch.call(this, "_Default"); } public void delete(Variant lastParam) { Dispatch.call(this, "Delete", lastParam); } public void delete() { Dispatch.call(this, "Delete"); } public Range getDependents() { return new Range(Dispatch.get(this, "Dependents").toDispatch()); } public Variant dialogBox() { return Dispatch.call(this, "DialogBox"); } public Range getDirectDependents() { return new Range(Dispatch.get(this, "DirectDependents").toDispatch()); } public Range getDirectPrecedents() { return new Range(Dispatch.get(this, "DirectPrecedents").toDispatch()); } public Variant editionOptions(int type, int option, Variant name, Variant reference, int appearance, int chartSize, Variant lastParam) { return Dispatch.call(this, "EditionOptions", new Variant(type), new Variant(option), name, reference, new Variant(appearance), new Variant(chartSize), lastParam); } public Variant editionOptions(int type, int option, Variant name, Variant reference, int appearance, int chartSize) { return Dispatch.call(this, "EditionOptions", new Variant(type), new Variant(option), name, reference, new Variant(appearance), new Variant(chartSize)); } public Variant editionOptions(int type, int option, Variant name, Variant reference, int appearance) { return Dispatch.call(this, "EditionOptions", new Variant(type), new Variant(option), name, reference, new Variant(appearance)); } public Variant editionOptions(int type, int option, Variant name, Variant reference) { return Dispatch.call(this, "EditionOptions", new Variant(type), new Variant(option), name, reference); } public Variant editionOptions(int type, int option, Variant name) { return Dispatch.call(this, "EditionOptions", new Variant(type), new Variant(option), name); } public Variant editionOptions(int type, int option) { return Dispatch.call(this, "EditionOptions", new Variant(type), new Variant(option)); } public Range getEnd(int lastParam) { return new Range(Dispatch.call(this, "End", new Variant(lastParam)).toDispatch()); } public Range getEntireColumn() { return new Range(Dispatch.get(this, "EntireColumn").toDispatch()); } public Range getEntireRow() { return new Range(Dispatch.get(this, "EntireRow").toDispatch()); } public void fillDown() { Dispatch.call(this, "FillDown"); } public void fillLeft() { Dispatch.call(this, "FillLeft"); } public void fillRight() { Dispatch.call(this, "FillRight"); } public void fillUp() { Dispatch.call(this, "FillUp"); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder, int searchDirection, Variant matchCase, Variant matchByte, Variant matchControlCharacters, Variant matchDiacritics, Variant matchKashida, Variant lastParam) { return new Range(Dispatch.callN(this, "Find", new Object[] { what, after, lookIn, lookAt, searchOrder, new Variant(searchDirection), matchCase, matchByte, matchControlCharacters, matchDiacritics, matchKashida, lastParam}).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder, int searchDirection, Variant matchCase, Variant matchByte, Variant matchControlCharacters, Variant matchDiacritics, Variant matchKashida) { return new Range(Dispatch.callN(this, "Find", new Object[] { what, after, lookIn, lookAt, searchOrder, new Variant(searchDirection), matchCase, matchByte, matchControlCharacters, matchDiacritics, matchKashida}).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder, int searchDirection, Variant matchCase, Variant matchByte, Variant matchControlCharacters, Variant matchDiacritics) { return new Range(Dispatch.callN(this, "Find", new Object[] { what, after, lookIn, lookAt, searchOrder, new Variant(searchDirection), matchCase, matchByte, matchControlCharacters, matchDiacritics}).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder, int searchDirection, Variant matchCase, Variant matchByte, Variant matchControlCharacters) { return new Range(Dispatch.callN(this, "Find", new Object[] { what, after, lookIn, lookAt, searchOrder, new Variant(searchDirection), matchCase, matchByte, matchControlCharacters}).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder, int searchDirection, Variant matchCase, Variant matchByte) { return new Range(Dispatch.call(this, "Find", what, after, lookIn, lookAt, searchOrder, new Variant(searchDirection), matchCase, matchByte).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder, int searchDirection, Variant matchCase) { return new Range(Dispatch.call(this, "Find", what, after, lookIn, lookAt, searchOrder, new Variant(searchDirection), matchCase).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder, int searchDirection) { return new Range(Dispatch.call(this, "Find", what, after, lookIn, lookAt, searchOrder, new Variant(searchDirection)).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt, Variant searchOrder) { return new Range(Dispatch.call(this, "Find", what, after, lookIn, lookAt, searchOrder).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn, Variant lookAt) { return new Range(Dispatch.call(this, "Find", what, after, lookIn, lookAt).toDispatch()); } public Range find(Variant what, Variant after, Variant lookIn) { return new Range(Dispatch.call(this, "Find", what, after, lookIn).toDispatch()); } public Range find(Variant what, Variant after) { return new Range(Dispatch.call(this, "Find", what, after).toDispatch()); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -