C# Class Commencement.Controllers.LabelRow

显示文件 Open project: ucdavis/Commencement Class Usage Examples

Public Methods

Method Description
AddCell ( string contents ) : bool
HasSpace ( ) : bool
IsEmpty ( ) : bool
LabelRow ( ) : System

Method Details

AddCell() public method

public AddCell ( string contents ) : bool
contents string
return bool

HasSpace() public method

public HasSpace ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

LabelRow() public method

public LabelRow ( ) : System
return System