Share

IGoExcel.FindRowStart Property

Gets or sets the index (1-based) of the first row to search wit hthe FindRow function. This must be creater than the TitleRow. The default value is 2.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property FindRowStart As Integer
	Get
	Set

C#

int FindRowStart { get; set; }

Return Value

Type: Int32
The index of the first row to search.

See Also

Reference

Was this information helpful?