Lines Matching refs:in
8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
32 drawing objects and drawing controls embedded in sheets. All these symbols
33 are deprecated in VBA and kept for compatibility with old VBA scripts. */
42 of drawing objects in a single sheet.
47 <li>ChartObjects: chart objects embedded in the sheet,</li>
63 <p>These symbols are now deprecated in VBA but kept for compatibility with
73 @param Left Position of the left border in points (1/72 inch).
74 @param Top Position of the top border in points (1/72 inch).
75 @param Width Width of the object in points (1/72 inch).
76 @param Height Height of the object in points (1/72 inch).
80 any Add( [in] any Left, [in] any Top, [in] any Width, [in] any Height );
86 of drawing objects in a single sheet.
93 <p>These symbols are now deprecated in VBA but kept for compatibility with
101 @param X1 Position of the first X coordinate in points (1/72 inch).
102 @param Y1 Position of the first Y coordinate in points (1/72 inch).
103 @param X2 Position of the last X coordinate in points (1/72 inch).
104 @param Y2 Position of the last Y coordinate in points (1/72 inch).
108 any Add( [in] any X1, [in] any Y1, [in] any X2, [in] any Y2 );
113 /** A collection providing access to all polygon objects in a single sheet.
115 <p>This symbol is now deprecated in VBA but kept for compatibility with old
122 @param X1 Position of the first X coordinate in points (1/72 inch).
123 @param Y1 Position of the first Y coordinate in points (1/72 inch).
124 @param X2 Position of the last X coordinate in points (1/72 inch).
125 @param Y2 Position of the last Y coordinate in points (1/72 inch).
130 any Add( [in] any X1, [in] any Y1, [in] any X2, [in] any Y2, [in] any Closed );
135 /** Represents the collection of drawing button controls in a spreadsheet. */