SheetArea Property (Cell)
In This Topic
Gets the sheet area that the cell belongs to.
Syntax
'Declaration
Public ReadOnly Property SheetArea As SheetArea
'Usage
Dim instance As Cell
Dim value As SheetArea
value = instance.SheetArea
public SheetArea SheetArea {get;}
See Also