Interface IInternalWorksheet
public interface IInternalWorksheet : IWorksheet, ITabSheet, IExcelApplication
- Inherited Members
Properties
DefaultPrintRowHeight
int DefaultPrintRowHeight { get; }
Property Value
FirstColumn
int FirstColumn { get; set; }
Property Value
FirstRow
int FirstRow { get; set; }
Property Value
LastColumn
int LastColumn { get; set; }
Property Value
LastRow
int LastRow { get; set; }
Property Value
ParentWorkbook
XlsWorkbook ParentWorkbook { get; }
Property Value
Version
ExcelVersion Version { get; }
Property Value
Methods
GetClonedObject(Dictionary<string, string>, XlsWorkbook)
IInternalWorksheet GetClonedObject(Dictionary<string, string> hashNewNames, XlsWorkbook book)
Parameters
hashNewNames
Dictionary<string, string>book
XlsWorkbook
Returns
IsArrayFormula(long)
bool IsArrayFormula(long index)
Parameters
index
long