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