|
8#
楼主 |
发表于 2014-2-24 15:04:33
|
只看该作者
- IEnumerator GetEnumerator();
- bool GoalSeek(object Goal, Range ChangingCell);
- dynamic Group(object Start = Type.Missing, object End = Type.Missing, object By = Type.Missing, object Periods = Type.Missing);
- dynamic Insert(object Shift = Type.Missing, object CopyOrigin = Type.Missing);
- void InsertIndent(int InsertAmount);
- dynamic Justify();
- dynamic ListNames();
- void Merge(object Across = Type.Missing);
- dynamic NavigateArrow(object TowardPrecedent = Type.Missing, object ArrowNumber = Type.Missing, object LinkNumber = Type.Missing);
- string NoteText(object Text = Type.Missing, object Start = Type.Missing, object Length = Type.Missing);
- dynamic Parse(object ParseLine = Type.Missing, object Destination = Type.Missing);
- dynamic PasteSpecial(XlPasteType Paste = XlPasteType.xlPasteAll, XlPasteSpecialOperation Operation = XlPasteSpecialOperation.xlPasteSpecialOperationNone, object SkipBlanks = Type.Missing, object Transpose = Type.Missing);
- dynamic PrintOut(object From = Type.Missing, object To = Type.Missing, object Copies = Type.Missing, object Preview = Type.Missing, object ActivePrinter = Type.Missing, object PrintToFile = Type.Missing, object Collate = Type.Missing, object PrToFileName = Type.Missing);
- dynamic PrintOutEx(object From = Type.Missing, object To = Type.Missing, object Copies = Type.Missing, object Preview = Type.Missing, object ActivePrinter = Type.Missing, object PrintToFile = Type.Missing, object Collate = Type.Missing, object PrToFileName = Type.Missing);
- dynamic PrintPreview(object EnableChanges = Type.Missing);
- void RemoveDuplicates(object Columns = Type.Missing, XlYesNoGuess Header = XlYesNoGuess.xlNo);
- dynamic RemoveSubtotal();
- bool Replace(object What, object Replacement, object LookAt = Type.Missing, object SearchOrder = Type.Missing, object MatchCase = Type.Missing, object MatchByte = Type.Missing, object SearchFormat = Type.Missing, object ReplaceFormat = Type.Missing);
- Range RowDifferences(object Comparison);
- dynamic Run(object Arg1 = Type.Missing, object Arg2 = Type.Missing, object Arg3 = Type.Missing, object Arg4 = Type.Missing, object Arg5 = Type.Missing, object Arg6 = Type.Missing, object Arg7 = Type.Missing, object Arg8 = Type.Missing, object Arg9 = Type.Missing, object Arg10 = Type.Missing, object Arg11 = Type.Missing, object Arg12 = Type.Missing, object Arg13 = Type.Missing, object Arg14 = Type.Missing, object Arg15 = Type.Missing, object Arg16 = Type.Missing, object Arg17 = Type.Missing, object Arg18 = Type.Missing, object Arg19 = Type.Missing, object Arg20 = Type.Missing, object Arg21 = Type.Missing, object Arg22 = Type.Missing, object Arg23 = Type.Missing, object Arg24 = Type.Missing, object Arg25 = Type.Missing, object Arg26 = Type.Missing, object Arg27 = Type.Missing, object Arg28 = Type.Missing, object Arg29 = Type.Missing, object Arg30 = Type.Missing);
- dynamic Select();
- void set_Item(object RowIndex, object ColumnIndex = Type.Missing, object value = Type.Missing);
- void set_Value(object RangeValueDataType = Type.Missing, object value = Type.Missing);
- void SetPhonetic();
- dynamic Show();
- dynamic ShowDependents(object Remove = Type.Missing);
- dynamic ShowErrors();
- dynamic ShowPrecedents(object Remove = Type.Missing);
- dynamic Sort(object Key1 = Type.Missing, XlSortOrder Order1 = XlSortOrder.xlAscending, object Key2 = Type.Missing, object Type = Type.Missing, XlSortOrder Order2 = XlSortOrder.xlAscending, object Key3 = Type.Missing, XlSortOrder Order3 = XlSortOrder.xlAscending, XlYesNoGuess Header = XlYesNoGuess.xlNo, object OrderCustom = Type.Missing, object MatchCase = Type.Missing, XlSortOrientation Orientation = XlSortOrientation.xlSortRows, XlSortMethod SortMethod = XlSortMethod.xlPinYin, XlSortDataOption DataOption1 = XlSortDataOption.xlSortNormal, XlSortDataOption DataOption2 = XlSortDataOption.xlSortNormal, XlSortDataOption DataOption3 = XlSortDataOption.xlSortNormal);
- dynamic SortSpecial(XlSortMethod SortMethod = XlSortMethod.xlPinYin, object Key1 = Type.Missing, XlSortOrder Order1 = XlSortOrder.xlAscending, object Type = Type.Missing, object Key2 = Type.Missing, XlSortOrder Order2 = XlSortOrder.xlAscending, object Key3 = Type.Missing, XlSortOrder Order3 = XlSortOrder.xlAscending, XlYesNoGuess Header = XlYesNoGuess.xlNo, object OrderCustom = Type.Missing, object MatchCase = Type.Missing, XlSortOrientation Orientation = XlSortOrientation.xlSortRows, XlSortDataOption DataOption1 = XlSortDataOption.xlSortNormal, XlSortDataOption DataOption2 = XlSortDataOption.xlSortNormal, XlSortDataOption DataOption3 = XlSortDataOption.xlSortNormal);
- void Speak(object SpeakDirection = Type.Missing, object SpeakFormulas = Type.Missing);
- Range SpecialCells(XlCellType Type, object Value = Type.Missing);
- dynamic SubscribeTo(string Edition, XlSubscribeToFormat Format = XlSubscribeToFormat.xlSubscribeToText);
- dynamic Subtotal(int GroupBy, XlConsolidationFunction Function, object TotalList, object Replace = Type.Missing, object PageBreaks = Type.Missing, XlSummaryRow SummaryBelowData = XlSummaryRow.xlSummaryBelow);
- dynamic Table(object RowInput = Type.Missing, object ColumnInput = Type.Missing);
- dynamic TextToColumns(object Destination = Type.Missing, XlTextParsingType DataType = XlTextParsingType.xlDelimited, XlTextQualifier TextQualifier = XlTextQualifier.xlTextQualifierDoubleQuote, object ConsecutiveDelimiter = Type.Missing, object Tab = Type.Missing, object Semicolon = Type.Missing, object Comma = Type.Missing, object Space = Type.Missing, object Other = Type.Missing, object OtherChar = Type.Missing, object FieldInfo = Type.Missing, object DecimalSeparator = Type.Missing, object ThousandsSeparator = Type.Missing, object TrailingMinusNumbers = Type.Missing);
- dynamic Ungroup();
- void UnMerge();
复制代码
【共计187个属性、方法等】
|
|