'Declaration <DefaultValueAttribute(1)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A number of fixed columns.")> Public Property ThumbnailFixedColumnCount As System.Int32
[DefaultValue(1)] [Category("VintaSoft")] [Description("A number of fixed columns.")] public System.Int32 ThumbnailFixedColumnCount { get; set; }
[DefaultValue(1)] [Category("VintaSoft")] [Description("A number of fixed columns.")] public: __property System.Int32 get_ThumbnailFixedColumnCount(); public: __property void set_ThumbnailFixedColumnCount(
System.Int32 value
);
[DefaultValue(1)] [Category("VintaSoft")] [Description("A number of fixed columns.")] public:
property System.Int32 ThumbnailFixedColumnCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 1.