'Declaration Public Property DefaultCellFormat As IExtendedFormat
'Usage Dim instance As ExcelWorkbook Dim value As IExtendedFormat instance.DefaultCellFormat = value value = instance.DefaultCellFormat
public IExtendedFormat DefaultCellFormat {get; set;}