'宣言 Public Function New( _ ByVal worksheet As Worksheet, _ ByVal firstRow As Integer, _ ByVal firstColumn As Integer, _ ByVal lastRow As Integer, _ ByVal lastColumn As Integer _ )
public WorksheetRegion( Worksheet worksheet, int firstRow, int firstColumn, int lastRow, int lastColumn )