IViewNoteMethodsSetLineValue Method
Sets the value corresponding to a property in the model of the indicated line.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void SetLineValue(
int index,
string propertyName,
Object value
)
Sub SetLineValue (
index As Integer,
propertyName As String,
value As Object
)
Parameters
- index Int32
- Index value.
- propertyName String
- Property name.
- value Object
- Value to set.