'Declaration<System.ComponentModel.BindableAttribute(True)> <CustomCategoryAttribute("Content")> Public Property Content As System.Object
'UsageDim instance As SheetTab Dim value As System.Object instance.Content = value value = instance.Content
[System.ComponentModel.Bindable(true)] [CustomCategory("Content")] public System.object Content {get; set;}
public read-write property Content: System.TObject; 
            System.ComponentModel.BindableAttribute() CustomCategoryAttribute("Content") public function get,set Content : System.Object