[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalcContext

Interface ICalcContext

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the context of the calclation.

public interface ICalcContext

Properties

Column

Get the column index of the cell which is calculating.

int Column { get; }

Property Value

int

Row

Get the row index of the cell which is calculating.

int Row { get; }

Property Value

int

Worksheet

Get the IWorksheet that contains the cell which is calculating.

IWorksheet Worksheet { get; }

Property Value

IWorksheet