Class WebCellArea

WebCellArea class

[Obsolete("This class is obsolete; use  GridCellArea instead")]
public class WebCellArea

Constructors

NameDescription
WebCellArea()The default constructor.
WebCellArea(GridCellArea)
WebCellArea(int, int, int, int)

Methods

NameDescription
override Equals(object)Test if the object equals to another WebCellArea object.
override GetHashCode()Get the hashcode.
ToGridCellArea()

Fields

NameDescription
EndColumnGets or sets the end column of this area.
EndRowGets or sets the end row of this area.
StartColumnGets or sets the start column of this area.
StartRowGets or sets the start row of this area.

Remarks

NOTE: This class is now obsolete. please use GridCellArea Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.

See Also