SheetReference Members
A worksheet reference in a formula.Constructors
Name | Description |
---|---|
SheetReference(IWorkbook, String, String) | Initializes a new instance of the SheetReference class with the specified settings. |
SheetReference(IWorkbook, String) | Initializes a new instance of the SheetReference class with the specified settings. |
SheetReference(IWorkbook) | Initializes a new instance of the SheetReference class with the specified settings. |
Properties
Name | Description |
---|---|
EndSheetName | Gets or sets an end worksheet name for the 3D reference. |
ExternalLinkName | Gets or sets the name of the workbook used in external reference. |
StartSheetName | Gets or sets a worksheet name for the external or 3D reference. |
Type | Gets or sets the type of the worksheet reference. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the current SheetReference object. |
CopyFrom(SheetReference) | Copies the appropriate properties of the specified object into the current instance of the SheetReference class. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also