ScriptBuffer.Item[Int32] 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.
protected:
property System::Object ^ default[int] { System::Object ^ get(int ColumnIndex); void set(int ColumnIndex, System::Object ^ value); };
protected object this[int ColumnIndex] { get; set; }
member this.Item(int) : obj with get, set
Default Protected Property Item(ColumnIndex As Integer) As Object
Parameters
- ColumnIndex
- Int32