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