'Declaration <DefaultValueAttribute(4)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A cell padding.")> Public Property CellPadding As System.Int32
[DefaultValue(4)] [Category("VintaSoft")] [Description("A cell padding.")] public System.Int32 CellPadding { get; set; }
[DefaultValue(4)] [Category("VintaSoft")] [Description("A cell padding.")] public: __property System.Int32 get_CellPadding(); public: __property void set_CellPadding(
System.Int32 value
);
[DefaultValue(4)] [Category("VintaSoft")] [Description("A cell padding.")] public:
property System.Int32 CellPadding { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 4.