'Declaration
<SRDescriptionAttribute("ControlLocationDescr")> <System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("CatLayout")> Public Property Location As System.Drawing.Point
'Usage
Dim instance As WorkbookView Dim value As System.Drawing.Point instance.Location = value value = instance.Location
[SRDescription("ControlLocationDescr")] [System.ComponentModel.Localizable(true)] [SRCategory("CatLayout")] public System.Drawing.Point Location {get; set;}