[]
Represents a reference to a range of cells in the specified worksheet.
public struct WorksheetReference : IComparable<WorksheetReference>, IEquatable<WorksheetReference>
Public Structure WorksheetReference
Implements IComparable(Of WorksheetReference), IEquatable(Of WorksheetReference)
| Name | Description |
|---|---|
| WorksheetReference(IWorksheet, Reference) | Initializes a new instance of the WorksheetReference class. |
| WorksheetReference(IWorksheet, int, int) | Initializes a new instance of the WorksheetReference class. |
| WorksheetReference(IWorksheet, int, int, int, int) | Initializes a new instance of the WorksheetReference class. |
| Name | Description |
|---|---|
| Empty | Represents a WorksheetReference structure with its properties left uninitialized. |
| Name | Description |
|---|---|
| IsEmpty | Gets a value indicating whether this value is empty. |
| Range | Gets the range of cells. |
| Worksheet | Gets the worksheet. |
| 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. |