'Declaration Public Property ZoomScaleSheetLayoutView As System.Nullable(Of UInteger)
public System.Nullable<uint> ZoomScaleSheetLayoutView { get; set; }
public: __property System.Nullable<uint> get_ZoomScaleSheetLayoutView(); public: __property void set_ZoomScaleSheetLayoutView(
System.Nullable<uint> value
);
public:
property System.Nullable<uint> ZoomScaleSheetLayoutView { System.Nullable<uint> get(); void set(System.Nullable<uint> value); }