예제 #1
0
 public void TestGetEncodedSize()
 {
     Assert.AreEqual(2 * CellRangeAddress.ENCODED_SIZE, CellRangeAddress.GetEncodedSize(2));
 }