NumericUpDown.Placement Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an object that indicates the way the NumericUpDown is attached to the cells below it.
public:
 property System::Object ^ Placement { System::Object ^ get(); void set(System::Object ^ value); };public object Placement { get; set; }member this.Placement : obj with get, setPublic Property Placement As ObjectProperty Value
One of the following XlPlacement values: xlFreeFloating. xlMove. xlMoveAndSize.
Examples
For a code example that demonstrates how to use this property, see Microsoft.Office.Tools.Excel.Controls.Button.Placement. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Placement property.