Interface ICombinedRange
public interface ICombinedRange : IXLSRange, IExcelApplication, IEnumerable
- Inherited Members
Properties
CellsCount
int CellsCount { get; }
Property Value
RangeGlobalAddress2007
string RangeGlobalAddress2007 { get; }
Property Value
WorksheetName
string WorksheetName { get; }
Property Value
Methods
ClearConditionalFormats()
void ClearConditionalFormats()
Clone(object, Dictionary<string, string>, XlsWorkbook)
IXLSRange Clone(object parent, Dictionary<string, string> hashNewNames, XlsWorkbook book)
Parameters
parent
objecthashNewNames
Dictionary<string, string>book
XlsWorkbook
Returns
GetNewRangeLocation(Dictionary<string, string>, out string)
string GetNewRangeLocation(Dictionary<string, string> names, out string strSheetName)
Parameters
names
Dictionary<string, string>strSheetName
string
Returns
GetRectangles()
Rectangle[] GetRectangles()
Returns
GetRectanglesCount()
int GetRectanglesCount()