Visual Basic (Declaration) | |
---|---|
Public Property Location As HolePunchRemoveCommandLocation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public HolePunchRemoveCommandLocation Location {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property HolePunchRemoveCommandLocation get_Location(); public: __property void set_Location( HolePunchRemoveCommandLocation value ); |
C++/CLI | |
---|---|
public: property HolePunchRemoveCommandLocation Location { HolePunchRemoveCommandLocation get(); void set (HolePunchRemoveCommandLocation value); } |
Return Value
Value that indicates the location within the document of the hole punches to remove.Refer to HolePunchRemoveCommand.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family