NewFile Method

Creates a new file and reset all properties.

Syntax

Public Sub NewFile(Optional ByVal InitRows As Integer = 51, Optional ByVal InitCols As Integer = 11)

Applies To

Grid Object

Return Type

None

Remarks

Creating a new file will delete the data currently in the control, the new file will be created with 11 columns and 51 rows.