GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > RowColumnCommand クラス : RowColumnCommand コンストラクタ |
'宣言
Public Function New( _ ByVal isColumn As Boolean, _ ByVal worksheet As Worksheet, _ ByVal activeIndex As Integer, _ ByVal distance As Integer, _ ByVal selectedRange() As Reference _ )
public RowColumnCommand( bool isColumn, Worksheet worksheet, int activeIndex, int distance, Reference[] selectedRange )