Table of Contents

Interface IInternalWorksheet

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IInternalWorksheet : IWorksheet, ITabSheet, IExcelApplication
Inherited Members

Properties

DefaultPrintRowHeight

int DefaultPrintRowHeight { get; }

Property Value

int

FirstColumn

int FirstColumn { get; set; }

Property Value

int

FirstRow

int FirstRow { get; set; }

Property Value

int

LastColumn

int LastColumn { get; set; }

Property Value

int

LastRow

int LastRow { get; set; }

Property Value

int

ParentWorkbook

XlsWorkbook ParentWorkbook { get; }

Property Value

XlsWorkbook

Version

ExcelVersion Version { get; }

Property Value

ExcelVersion

Methods

GetClonedObject(Dictionary<string, string>, XlsWorkbook)

IInternalWorksheet GetClonedObject(Dictionary<string, string> hashNewNames, XlsWorkbook book)

Parameters

hashNewNames Dictionary<string, string>
book XlsWorkbook

Returns

IInternalWorksheet

IsArrayFormula(long)

bool IsArrayFormula(long index)

Parameters

index long

Returns

bool