VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferencesSet Class
Constructors Properties Methods Events SeeAlso
In This Topic
    CellReferencesSet Class Members
    In This Topic
    The following tables list the members exposed by CellReferencesSet.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the cell count in this set of the sheet cells.
    Public PropertyGets the count of cell references in this set.
    Public PropertyGets a value indicating whether this set is empty.
    Public Methods
     NameDescription
    Public MethodAdds the specified cell references.
    Public MethodAdds the specified cell references.
    Public MethodSignals the object that initialization is starting.
    Public MethodClears this set.
    Public MethodClones this instance.
    Public MethodOverloaded. Returns a value, indicating whether this set contains specified cell references.
    Public MethodSignals the object that initialization is complete.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public Methodstatic (Shared in Visual Basic)Excludes the specified cell references from cells set.
    Public MethodReturs the bounds of set.
    Public MethodReturns an enumerator that iterates through the collection.
    Public MethodReturns a hash code for this instance.
    Public MethodReturns nonoverlapped column ranges.
    Public MethodReturns nonoverlapped row ranges.
    Public MethodReturns a value indicating whether this set intersects with specified cell references.
    Public MethodRemoves the specified cell references.
    Public MethodConverts set to array.
    Public MethodConverts to cell references set that contains fixed references.
    Public MethodOverloaded. Converts to a string.
    Protected Methods
     NameDescription
    Protected MethodRaises the [Changed] event.
    Public Events
     NameDescription
    Public EventOccurs when set is changed.
    See Also