Table of Contents

Interface ICombinedRange

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface ICombinedRange : IXLSRange, IExcelApplication, IEnumerable
Inherited Members

Properties

CellsCount

int CellsCount { get; }

Property Value

int

RangeGlobalAddress2007

string RangeGlobalAddress2007 { get; }

Property Value

string

WorksheetName

string WorksheetName { get; }

Property Value

string

Methods

ClearConditionalFormats()

void ClearConditionalFormats()

Clone(object, Dictionary<string, string>, XlsWorkbook)

IXLSRange Clone(object parent, Dictionary<string, string> hashNewNames, XlsWorkbook book)

Parameters

parent object
hashNewNames Dictionary<string, string>
book XlsWorkbook

Returns

IXLSRange

GetNewRangeLocation(Dictionary<string, string>, out string)

string GetNewRangeLocation(Dictionary<string, string> names, out string strSheetName)

Parameters

names Dictionary<string, string>
strSheetName string

Returns

string

GetRectangles()

Rectangle[] GetRectangles()

Returns

Rectangle[]

GetRectanglesCount()

int GetRectanglesCount()

Returns

int