C# 클래스 Adf.Web.UI.SmartView.BaseField

상속: System.Web.UI.WebControls.TemplateField
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
InitializeCell ( DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

Add text or controls to a cell's control collection.

메소드 상세

InitializeCell() 공개 메소드

Add text or controls to a cell's control collection.
public InitializeCell ( DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int The index of the row that the is contained in.
리턴 void