_Worksheet.Next Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Object ^ Next { System::Object ^ get(); };
public object Next { get; }
Public ReadOnly Property Next As Object
Property Value
Remarks
If the object is a range, this property emulates the TAB key, although the property returns the next cell without selecting it.
On a protected sheet, this property returns the next unlocked cell. On an unprotected sheet, this property always returns the cell immediately to the right of the specified cell.