C# Class SpaceClaim.AddInLibrary.ExcelWorksheet

Show file Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Public Methods

Method Description
ExcelWorksheet ( ) : System
GetRangeObjects ( ) : ].Object[
GetRangeStrings ( ) : ].string[
SetCell ( int row, int column, double value ) : void
SetCell ( int row, int column, string value ) : void

Private Methods

Method Description
GetColumnFromInt ( int x ) : string

Method Details

ExcelWorksheet() public method

public ExcelWorksheet ( ) : System
return System

GetRangeObjects() public method

public GetRangeObjects ( ) : ].Object[
return ].Object[

GetRangeStrings() public method

public GetRangeStrings ( ) : ].string[
return ].string[

SetCell() public method

public SetCell ( int row, int column, double value ) : void
row int
column int
value double
return void

SetCell() public method

public SetCell ( int row, int column, string value ) : void
row int
column int
value string
return void