'Declaration <DefaultValueAttribute(4)> <DescriptionAttribute("A cell padding.")> <CategoryAttribute("VintaSoft")> Public Property CellPadding As System.Int32
[DefaultValue(4)] [Description("A cell padding.")] [Category("VintaSoft")] public System.Int32 CellPadding { get; set; }
[DefaultValue(4)] [Description("A cell padding.")] [Category("VintaSoft")] public: __property System.Int32 get_CellPadding(); public: __property void set_CellPadding(
System.Int32 value
);
[DefaultValue(4)] [Description("A cell padding.")] [Category("VintaSoft")] public:
property System.Int32 CellPadding { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 4.