Esempio n. 1
0
 private CellFormat CategoryHeaderFormat()
 {
     return(new CellFormat()
     {
         TextFormat = new TextFormat()
         {
             FontSize = 12,
             FontFamily = "Verdana",
             Bold = true
         },
         Borders = GoogleSheetService.GeTopAndBottomMediumBorder(),
         VerticalAlignment = "MIDDLE",
         HorizontalAlignment = "CENTER"
     });
 }