Back to Devexpress

SheetReference Class

officefileapi-devexpress-dot-spreadsheet-dot-formulas-191204a2.md

latest1.8 KB
Original Source

SheetReference Class

A worksheet reference in a formula.

Namespace : DevExpress.Spreadsheet.Formulas

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class SheetReference :
    ICloneable<SheetReference>,
    ICloneable,
    ISupportsCopyFrom<SheetReference>
vb
Public Class SheetReference
    Implements ICloneable(Of SheetReference),
               ICloneable,
               ISupportsCopyFrom(Of SheetReference)

The following members return SheetReference objects:

Implements

DevExpress.Office.ICloneable<SheetReference>

ICloneable

DevExpress.Office.ISupportsCopyFrom<SheetReference>

Inheritance

Object SheetReference

See Also

SheetReference Members

DevExpress.Spreadsheet.Formulas Namespace