Search Results for

    Show / Hide Table of Contents

    Interface IExcelSheetCell

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

    Properties

    Col

    Declaration
    int Col { get; }
    Property Value
    Type Description
    int

    Row

    Declaration
    int Row { get; }
    Property Value
    Type Description
    int

    Methods

    ForceRecalculate()

    Declaration
    void ForceRecalculate()

    GetValue()

    Declaration
    object GetValue()
    Returns
    Type Description
    object

    GetValueAsString()

    Declaration
    string GetValueAsString()
    Returns
    Type Description
    string

    IsErrorOrEmpty()

    Declaration
    bool IsErrorOrEmpty()
    Returns
    Type Description
    bool

    SetValue(object)

    Declaration
    void SetValue(object value)
    Parameters
    Type Name Description
    object value

    SetValue(Type, string)

    Declaration
    void SetValue(Type type, string value)
    Parameters
    Type Name Description
    Type type
    string value

    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.