[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WorksheetReference

WorksheetReference Struct

Represents a reference to a range of cells in the specified worksheet.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct WorksheetReference : IComparable<WorksheetReference>, IEquatable<WorksheetReference>
Public Structure WorksheetReference
    Implements IComparable(Of WorksheetReference), IEquatable(Of WorksheetReference)

Constructors

Fields

Name Description
Empty

Represents a WorksheetReference structure with its properties left uninitialized.

Properties

Name Description
IsEmpty

Gets a value indicating whether this value is empty.

Range

Gets the range of cells.

Worksheet

Gets the worksheet.

Methods

Name Description
CompareLocation(WorksheetReference, WorksheetReference)

Compares the location of 2 worksheet references.

Equals(WorksheetReference)

Indicates whether the current WorksheetReference value is equal to another WorksheetReference value.

IsValid(bool)

Gets a boolean value indicating whether this WorksheetReference value is valid.

ToString()

Converts to string.