'Declaration <DescriptionAttribute("The cell size. Valid values are 2 to 100.")> <DefaultValueAttribute(5)> Public Property CellSize As System.Int32
[Description("The cell size. Valid values are 2 to 100.")] [DefaultValue(5)] public System.Int32 CellSize { get; set; }
[Description("The cell size. Valid values are 2 to 100.")] [DefaultValue(5)] public: __property System.Int32 get_CellSize(); public: __property void set_CellSize(
System.Int32 value
);
[Description("The cell size. Valid values are 2 to 100.")] [DefaultValue(5)] public:
property System.Int32 CellSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 2 to 100. Default value is 5.