Click or drag to resize

XlsName Methods

The XlsName type exposes the following members.

Methods
Name Description
Public method Activate
Activates a single cell, which must be inside the current selection. To select a range of cells, use the Select method.
Public method Activate(Boolean)
Activates a single cell, which must be inside the current selection. To select a range of cells, use the Select method.
Public method AddComment
Adds comment to the range.
Protected method AddReference
Increase the quantity of reference. User must use this method when new wrapper on object is created or reference on object stored.
(Inherited from XlsObject .)
Public method AutoFitColumns
Autofits all columns in the range.
Public method AutoFitRows
Autofits all rows in the range.
Public method BorderAround
Sets around border for current range.
Public method BorderAround(LineStyleType)
Sets around border for current range.
Public method BorderAround(LineStyleType, ExcelColors)
Sets around border for current range.
Public method BorderAround(LineStyleType, Color)
Sets around border for current range.
Public method BorderInside
Sets inside border for current range.
Public method BorderInside(LineStyleType)
Sets inside border for current range.
Public method BorderInside(LineStyleType, ExcelColors)
Sets inside border for current range.
Public method BorderInside(LineStyleType, Color)
Sets inside border for current range.
Public method BorderNone
Sets none border for current range.
Protected method CheckDisposed
Checks whether object was disposed and throws exception if it was.
(Inherited from XlsObject .)
Public method Clear(Boolean)
Clear the contents of the Range with formatting.
Public method Clear(ExcelClearOptions)
Clears the Content, formats, comments based on clear option.
Public method ClearContents
Clear the contents of the Range.
Public method Clone(Object)
Creates a new object that is a copy of the current instance.
Public method Clone(Object, Dictionary String, String , XlsWorkbook) Obsolete.
Creates a clone of the current IXLSRange object.
Public method CollapseGroup
Collapses current group.
Public method ConvertFullRowColumnName Obsolete.
Converts full row or column tokens between versions.
Public method CopyTo
Copies the range to the specified destination Range (without updating formulas).
Public method Delete
Removes this Name object from the workbook's Names collection.
Public method Dispose
Dispose object and free resources.
(Inherited from XlsObject .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method ExpandGroup(GroupByType)
Expands current group.
Public method ExpandGroup(GroupByType, ExpandCollapseFlags)
Expands current group.
Public method ExportDataTable
Exports data from a specified range to a DataTable based on the provided export options.
Protected method Finalize
Destructor. Call dispose method of current object.
(Inherited from XlsObject .)
Public method FindAll(Boolean)
This method seraches for the all cells with specified bool value.
Public method FindAll(DateTime)
This method seraches for the all cells with specified DateTime value.
Public method FindAll(TimeSpan)
This method seraches for the all cells with specified TimeSpan value.
Public method FindAll(Double, FindType)
This method seraches for the all cells with specified double value.
Public method FindAll(String, FindType)
This method seraches for the all cells with specified string value.
Public method FindFirst(Boolean)
This method seraches for the first cell with specified bool value.
Public method FindFirst(DateTime)
This method seraches for the first cell with specified DateTime value.
Public method FindFirst(TimeSpan)
This method seraches for the first cell with specified TimeSpan value.
Public method FindFirst(Double, FindType)
This method seraches for the first cell with specified double value.
Public method FindFirst(String, FindType)
This method seraches for the first cell with specified string value.
Protected method FindParent(Type)
This method is used to find parent with specific type.
(Inherited from XlsObject .)
Protected method FindParent( Type )
Find parent of object.
(Inherited from XlsObject .)
Protected method FindParent(Type, Boolean)
This method is used to find parent with specific type.
(Inherited from XlsObject .)
Protected method FindParents
Finds parent objects.
(Inherited from XlsObject .)
Public method FreezePanes
Freezes pane at the current range.
Public method GetEnumerator
Returns an enumerator that iterates through the RefersToRange collection.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Intersect
Returns intersection of this range with the specified one.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Merge
Creates a merged cell from the specified Range object.
Public method Merge(Boolean)
Creates a merged cell from the specified Range object.
Public method Merge(IXLSRange)
Returns merge of this range with the specified one.
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from XlsObject .)
Protected method ReleaseReference
Decrease quantity of Reference. User must call this method when freeing resources.
(Inherited from XlsObject .)
Public method SetIndex(Int32) Obsolete.
Sets index of the named range and raise event.
Public method SetIndex(Int32, Boolean) Obsolete.
Sets index of the named range.
Protected method SetParent
Sets parent of the object.
(Inherited from XlsObject .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method UnMerge
Separates a merged area into individual cells.
Top
See Also