示例#1
0
 public static UInt32Value GetPercentageStyleIndex(this WorkbookPart book)
 {
     return(book.GetBuiltInStyleIndex(9));
 }
示例#2
0
 public static UInt32Value GetDoubleStyleIndex(this WorkbookPart book)
 {
     return(book.GetBuiltInStyleIndex(1));
 }