Public Property Format As Nullable(Of CellFormat)
Dim instance As ColumnDefinition Dim value As Nullable(Of CellFormat) instance.Format = value value = instance.Format
public Nullable<CellFormat> Format {get; set;}
public: property Nullable<CellFormat> Format { Nullable<CellFormat> get(); void set ( Nullable<CellFormat> value); }