C# 클래스 Spreadsheet.SpreadsheetViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: jflam/spreadsheet 1 사용 예제들

공개 메소드들

메소드 설명
GetCell ( string cell ) : string
SetCell ( string cell, string value ) : void
SpreadsheetViewModel ( Extensions extensions, ModuleBuilder mb, int rows, int cols ) : System

비공개 메소드들

메소드 설명
CreateAddDelegate ( Type cgt, Type rowType ) : AddDelegate
CreateGetItemDelegate ( Type cgt ) : GetItemDelegate

메소드 상세

GetCell() 공개 메소드

public GetCell ( string cell ) : string
cell string
리턴 string

SetCell() 공개 메소드

public SetCell ( string cell, string value ) : void
cell string
value string
리턴 void

SpreadsheetViewModel() 공개 메소드

public SpreadsheetViewModel ( Extensions extensions, ModuleBuilder mb, int rows, int cols ) : System
extensions Extensions
mb System.Reflection.Emit.ModuleBuilder
rows int
cols int
리턴 System