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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IXLSRange : IExcelApplication, 
	IEnumerable
Public Interface IXLSRange
	Inherits IExcelApplication, IEnumerable
public interface class IXLSRange : IExcelApplication, 
	IEnumerable
type IXLSRange =  
    interface
        interface IExcelApplication
        interface IEnumerable
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Activate(Boolean)
AddComment()()()()
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
Clear(ExcelClearOptions)
ClearContents()()()()
CollapseGroup(GroupByType)
Column
ColumnGroupLevel
Columns
ColumnWidth
Comment
ConditionalFormats
Count
DataValidation
DateTimeValue
EndCell
EntireColumn
EntireRow
EnvalutedValue
ErrorValue
ExpandGroup(GroupByType)
ExpandGroup(GroupByType, ExpandCollapseFlags)
ExportDataTable(ExportTableOptions)
Formula
FormulaArray
FormulaArrayR1C1
FormulaBoolValue
FormulaDateTime
FormulaErrorValue
FormulaNumberValue
FormulaR1C1
FormulaStringValue
FreezePanes()()()()
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
HasBoolean
HasDataValidation
HasDateTime
HasError
HasExternalFormula
HasFormula
HasFormulaArray
HasFormulaBoolValue
HasFormulaDateTime
HasFormulaErrorValue
HasFormulaNumberValue
HasFormulaStringValue
HasMerged
HasNumber
HasRichText
HasString
HasStyle
HorizontalAlignment
HtmlString
Hyperlinks
IgnoreErrorOptions
IndentLevel
Intersect(IXLSRange)
IsBlank
IsFormulaHidden
IsGroupedByColumn
IsGroupedByRow
IsInitialized
IsStringsPreserved
IsWrapText
Item[([( String])])
Item[([( Int32, Int32])])
Item[([( String, Boolean])])
Item[([( Int32, Int32, Int32, Int32])])
LastColumn
LastRow
Merge()()()()
Merge(Boolean)
Merge(IXLSRange)
MergeArea
NumberFormat
NumberText
NumberValue
Parent (Inherited from IExcelApplication.)
RangeAddress
RangeAddressLocal
RangeGlobalAddress
RangeR1C1Address
RangeR1C1AddressLocal
RichText
Row
RowGroupLevel
RowHeight
Rows
Style
Text
TimeSpanValue
UnMerge()()()()
Value
Value2
VerticalAlignment
Worksheet

See Also