'Declaration <DescriptionAttribute("A number of cells in a row.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(16)> Public Property CellsInRow As System.Int32
[Description("A number of cells in a row.")] [Category("VintaSoft")] [DefaultValue(16)] public System.Int32 CellsInRow { get; set; }
[Description("A number of cells in a row.")] [Category("VintaSoft")] [DefaultValue(16)] public: __property System.Int32 get_CellsInRow(); public: __property void set_CellsInRow(
System.Int32 value
);
[Description("A number of cells in a row.")] [Category("VintaSoft")] [DefaultValue(16)] public:
property System.Int32 CellsInRow { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 16.