Lines Matching refs:any
77 void Move([in] any Before,[in] any After );
78 void Copy([in] any Before,[in] any After );
79 void Paste([in] any Destination,[in] any Link);
81 …void Protect([in] any Password,[in] any DrawingObjects ,[in] any Contents,[in] any Scenarios,[in] …
82 void Unprotect([in] any Password );
83 …void CheckSpelling([in] any CustomDictionary,[in] any IgnoreUppercase, [in] any AlwaysSuggest,[in]…
86 XRange Range([in] any Cell1, [in] any Cell2 );
87 any ChartObjects([in] any Index);
88 any PivotTables([in] any Index);
89 any Comments([in] any Index);
92 any HPageBreaks([in] any Index);
93 any VPageBreaks([in] any Index);
94 any OLEObjects([in] any Index);
95 any Shapes([in] any Index);
100 any Buttons( [in] any Index );
101 any CheckBoxes( [in] any Index );
102 any DropDowns( [in] any Index );
103 any GroupBoxes( [in] any Index );
104 any Labels( [in] any Index );
105 any ListBoxes( [in] any Index );
106 any OptionButtons( [in] any Index );
107 any ScrollBars( [in] any Index );
108 any Spinners( [in] any Index );
111 XRange Cells( [in] any RowIndex, [in] any ColumnIndex );
112 XRange Rows( [in] any Index );
113 XRange Columns( [in] any Index );
114 any Hyperlinks( [in] any Index );
115 any Names( [in] any Index );
117 any Evaluate( [in] string Name );
121 …any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintTo…