C# 클래스 SpaceClaim.AddInLibrary.ExcelWorksheet

파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns 1 사용 예제들

공개 메소드들

메소드 설명
ExcelWorksheet ( ) : System
GetRangeObjects ( ) : ].Object[
GetRangeStrings ( ) : ].string[
SetCell ( int row, int column, double value ) : void
SetCell ( int row, int column, string value ) : void

비공개 메소드들

메소드 설명
GetColumnFromInt ( int x ) : string

메소드 상세

ExcelWorksheet() 공개 메소드

public ExcelWorksheet ( ) : System
리턴 System

GetRangeObjects() 공개 메소드

public GetRangeObjects ( ) : ].Object[
리턴 ].Object[

GetRangeStrings() 공개 메소드

public GetRangeStrings ( ) : ].string[
리턴 ].string[

SetCell() 공개 메소드

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

SetCell() 공개 메소드

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