[Gregor.Core.CColumnFormatInfo]

Gregor.Core.CColumnFormatInfo

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CColumnFormatInfo

: System.Object, Gregor.Core.IXmlCompanion

Custom Attributes: 

Description: 


Members

CColumnFormatInfo

public CColumnFormatInfo(System.Int32 width)

Custom Attributes: 

Description: 

CColumnFormatInfo

private CColumnFormatInfo()

Custom Attributes: 

Description: 

m_Alignment

private Gregor.Core.CellAlignment m_Alignment

Custom Attributes: 

Description: 

m_IsDefault

private System.Boolean m_IsDefault

Custom Attributes: 

Description: 

m_Overflow

private Gregor.Core.CellOverflow m_Overflow

Custom Attributes: 

Description: 

m_Width

private System.Int32 m_Width

Custom Attributes: 

Description: 

Alignment

public Gregor.Core.CellAlignment Alignment {get;set;}

Custom Attributes: 

Description: 

IsDefault

internal System.Boolean IsDefault {get;set;}

Custom Attributes: 

Description: 

Overflow

public Gregor.Core.CellOverflow Overflow {get;set;}

Custom Attributes: 

Description: 

Width

public System.Int32 Width {get;set;}

Custom Attributes: 

Description: 

GetXmlData

public void GetXmlData(Gregor.Core.IGetXmlArgs args) // Gregor.Core.IXmlCompanion.GetXmlData

Custom Attributes: 

Description: 

SetXmlData

public void SetXmlData(Gregor.Core.ISetXmlArgs args) // Gregor.Core.IXmlCompanion.SetXmlData

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Object

System.String

Gregor.Core.IGetXmlArgs

Gregor.Core.ISetXmlArgs

Gregor.Core.IXmlCompanion

System.Boolean

System.Int32

System.Void

Gregor.Core.CellAlignment

Gregor.Core.CellOverflow