Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class XlsName : XlsObject, INamedRange, 
	IExcelApplication, IXLSRange, IEnumerable, IDisposable
Public Class XlsName
	Inherits XlsObject
	Implements INamedRange, IExcelApplication, IXLSRange, IEnumerable, 
	IDisposable
public ref class XlsName : public XlsObject, 
	INamedRange, IExcelApplication, IXLSRange, IEnumerable, IDisposable
type XlsName =  
    class
        inherit XlsObject
        interface INamedRange
        interface IExcelApplication
        interface IXLSRange
        interface IEnumerable
        interface IDisposable
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Activate()()()()
Activate(Boolean)
AddComment()()()()
AddReference()()()() (Inherited from XlsObject.)
AutoFitColumns()()()()
AutoFitRows()()()()
BooleanValue
BorderAround()()()()
BorderAround(LineStyleType)
BorderAround(LineStyleType, ExcelColors)
BorderAround(LineStyleType, Color)
BorderInside()()()()
BorderInside(LineStyleType)
BorderInside(LineStyleType, ExcelColors)
BorderInside(LineStyleType, Color)
BorderNone()()()()
Borders
BuiltInStyle
CellList
Cells Obsolete.
CellStyleName
CheckDisposed()()()() (Inherited from XlsObject.)
Clear(Boolean)
Clear(ExcelClearOptions)
ClearContents()()()()
Clone(Object)
Clone(Object, Dictionary<(Of <<'(String, String>)>>), XlsWorkbook) Obsolete.
CollapseGroup(GroupByType)
Column
ColumnGroupLevel
Columns
ColumnWidth
Comment
ConditionalFormats
ConvertFullRowColumnName(ExcelVersion) Obsolete.
CopyTo(IXLSRange)
Count
DataValidation
DateTimeValue
Delete()()()()
Dispose()()()() (Inherited from XlsObject.)
EndCell
EntireColumn
EntireRow
EnvalutedValue
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorValue
ExpandGroup(GroupByType)
ExpandGroup(GroupByType, ExpandCollapseFlags)
ExportDataTable(ExportTableOptions)
Finalize()()()() (Inherited from XlsObject.)
FindAll(Boolean)
FindAll(DateTime)
FindAll(TimeSpan)
FindAll(Double, FindType)
FindAll(String, FindType)
FindFirst(Boolean)
FindFirst(DateTime)
FindFirst(TimeSpan)
FindFirst(Double, FindType)
FindFirst(String, FindType)
FindParent(Type) (Inherited from XlsObject.)
FindParent(array<Type>[]()[][]) (Inherited from XlsObject.)
FindParent(Type, Boolean) (Inherited from XlsObject.)
FindParents(array<Type>[]()[][]) (Inherited from XlsObject.)
Formula
FormulaArray
FormulaArrayR1C1
FormulaBoolValue
FormulaDateTime
FormulaErrorValue
FormulaNumberValue
FormulaR1C1
FormulaStringValue
FreezePanes()()()()
GetEnumerator()()()()
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasBoolean
HasDataValidation
HasDateTime
HasError
HasExternalFormula
HasFormula
HasFormulaArray
HasFormulaBoolValue
HasFormulaDateTime
HasFormulaErrorValue
HasFormulaNumberValue
HasFormulaStringValue
HasMerged
HasNumber
HasRichText
HasString
HasStyle
HorizontalAlignment
HtmlString
Hyperlinks
IgnoreErrorOptions
IndentLevel
Index
Intersect(IXLSRange)
IsBlank
IsBuiltIn
IsExternName Obsolete.
IsFormulaHidden
IsFunction
IsGroupedByColumn
IsGroupedByRow
IsInitialized
IsLocal
IsStringsPreserved
IsWrapText
Item[([( String])])
Item[([( Int32, Int32])])
Item[([( String, Boolean])])
Item[([( Int32, Int32, Int32, Int32])])
LastColumn
LastRow
m_bIsDisposed (Inherited from XlsObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Merge()()()()
Merge(Boolean)
Merge(IXLSRange)
MergeArea
Name
NameLocal
NumberFormat
NumberText
NumberValue
OnDispose()()()() (Inherited from XlsObject.)
Parent (Inherited from XlsObject.)
RangeAddress
RangeAddressLocal
RangeGlobalAddress
RangeGlobalAddress2007
RangeR1C1Address
RangeR1C1AddressLocal
ReferenceCount (Inherited from XlsObject.)
RefersToRange
ReleaseReference()()()() (Inherited from XlsObject.)
RichText
Row
RowGroupLevel
RowHeight
Rows
Scope
SetIndex(Int32) Obsolete.
SetIndex(Int32, Boolean) Obsolete.
SetParent(Object) (Inherited from XlsObject.)
Style
Text
TimeSpanValue
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UnMerge()()()()
Value
Value2
ValueR1C1
VerticalAlignment
Visible
Worksheet

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..XlsObject
    Spire.Xls.Core.Spreadsheet..::..XlsName

See Also