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 methodSetName
Set the name of the current sheet.
Public methodWrite
Write the value to a cell at the given position.
Top
See Also