'Declaration
<System.ComponentModel.LocalizableAttribute(True)> Public Overridable Property AutoScroll As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean instance.AutoScroll = value value = instance.AutoScroll
[System.ComponentModel.Localizable(true)] public virtual System.bool AutoScroll {get; set;}
public read-write property AutoScroll: System.Boolean; virtual;
System.ComponentModel.LocalizableAttribute()
public function get,set AutoScroll : System.boolean