StartValue Property

Summary

The first value in the Range

Syntax
C#
VB
C++
public Nullable<int> StartValue { get; } 
  
Public ReadOnly Property StartValue As Nullable(Of Integer) 
public: 
property Nullable<int> StartValue { 
   Nullable<int> get(); 
} 

Property Value

A nullable System.Int32 which specifies the first number in the Range

Requirements

Target Platforms

See Also

Reference

Range Class

Range Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly