'Declaration
Public Function GetFirstByType( _ ByVal type As System.Type, _ ByVal startIndex As System.Integer _ ) As NFormulaSection
'Usage
Dim instance As NFormulaSectionCollection Dim type As System.Type Dim startIndex As System.Integer Dim value As NFormulaSection value = instance.GetFirstByType(type, startIndex)
public NFormulaSection GetFirstByType( System.Type type, System.int startIndex )
Parameters
- type
- startIndex