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