IRange.Offset[Object, Object] 属性

定义

public:
 property Microsoft::Office::Interop::Excel::Range ^ Offset[System::Object ^, System::Object ^] { Microsoft::Office::Interop::Excel::Range ^ get(System::Object ^ RowOffset, System::Object ^ ColumnOffset); };
public Microsoft.Office.Interop.Excel.Range Offset[object RowOffset, object ColumnOffset] { get; }
Public ReadOnly Property Offset(Optional RowOffset As Object, Optional ColumnOffset As Object) As Range

参数

RowOffset
Object
ColumnOffset
Object

属性值

适用于