IExcelSheetWriter Interface

[Missing <summary> documentation for "T:Casewhere.Runtime.IO.IExcelSheetWriter"]

Definition

Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public interface IExcelSheetWriter

Methods

FreezePanes Freeze some rows and columns given.
GetCell Get a cell at the given position.
GetLastColumn Get the last column of the current sheet.
GetLastRow Get the last row of the current sheet.
GetRange Get a range of cells.
SetName Set the name of the current sheet.
Write Write the value to a cell at the given position.

See Also