IRange.Offset[Object, Object] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Parámetros
- RowOffset
- Object
- ColumnOffset
- Object