Group Property (CellInfo)
In This Topic
Gets or sets the index of the cell group which the cell belongs to.
Syntax
'Declaration
Public Property Group As System.Integer
'Usage
Dim instance As CellInfo
Dim value As System.Integer
instance.Group = value
value = instance.Group
public System.int Group {get; set;}
public read-write property Group: System.Integer;
public function get,set Group : System.int
public: __property System.int get_Group();
public: __property void set_Group(
System.int value
);
public:
property System.int Group {
System.int get();
void set ( System.int value);
}
See Also