Click or drag to resize

IExcelSheetWriter Interface

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


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

The IExcelSheetWriter type exposes the following members.

Methods
 NameDescription
Public methodFreezePanes Freeze some rows and columns given.
Public methodGetCell Get a cell at the given position.
Public methodGetLastColumn Get the last column of the current sheet.
Public methodGetLastRow Get the last row of the current sheet.
Public methodGetRange Get a range of cells.
Public methodSetName Set the name of the current sheet.
Public methodWrite Write the value to a cell at the given position.
Top
See Also