Help Center

DSAFEARRAY.LBoundmethod

Returns the lower bound for any dimension of a safe array.

COMmethodDSafeArray.incdocumented

Syntax

FUNCTION LBound (BYVAL nDim AS UINT = 1) AS LONG

Parameters

NameDescription
nDimOptional. The array dimension for which to get the lower bound. You don't need to pass this parameter if it is a one-dimensional array.

Description

Returns the lower bound for any dimension of a safe array.

Reference

  • Include file DSafeArray.inc
  • Defined in AfxNova/DSafeArray.inc:680
  • Documented in COM/DSAFEARRAY Class.md
  • Topic: DSAFEARRAY Class