Search Results for

    Show / Hide Table of Contents

    Interface IExcelSheet

    Namespace: LemonEdge.Document.Core
    Assembly: LemonEdge.Document.Core.dll
    Syntax
    public interface IExcelSheet

    Properties

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    Methods

    DeleteColumns(int, int)

    Declaration
    void DeleteColumns(int index, int count)
    Parameters
    Type Name Description
    int index
    int count

    DeleteRows(int, int)

    Declaration
    void DeleteRows(int index, int count)
    Parameters
    Type Name Description
    int index
    int count

    ForceRecalculateAll()

    Declaration
    void ForceRecalculateAll()

    GetCell(int, int)

    Declaration
    IExcelSheetCell GetCell(int row, int col)
    Parameters
    Type Name Description
    int row
    int col
    Returns
    Type Description
    IExcelSheetCell

    GetRange(int, int, int, int)

    Declaration
    IEnumerable<IExcelSheetCell> GetRange(int startRow, int startCol, int endRow, int endCol)
    Parameters
    Type Name Description
    int startRow
    int startCol
    int endRow
    int endCol
    Returns
    Type Description
    IEnumerable<IExcelSheetCell>

    GetUsedCellRange()

    Declaration
    (int startRow, int startCol, int endRow, int endCol) GetUsedCellRange()
    Returns
    Type Description
    (int startRow, int startCol, int endRow, int endCol)

    InsertColumns(int, int, bool)

    Declaration
    void InsertColumns(int index, int count, bool copyFromPriorColumn)
    Parameters
    Type Name Description
    int index
    int count
    bool copyFromPriorColumn

    InsertRows(int, int, bool)

    Declaration
    void InsertRows(int index, int count, bool copyFromPriorRow)
    Parameters
    Type Name Description
    int index
    int count
    bool copyFromPriorRow

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.