Leadtools.Jpip Namespace > Range Class : StartValue Property |
public Nullable<int> StartValue {get;}
'Declaration Public ReadOnly Property StartValue As Nullable(Of Integer)
'Usage Dim instance As Range Dim value As Nullable(Of Integer) value = instance.StartValue
public: property Nullable<int> StartValue { Nullable<int> get(); }