Formula Property (ICamera)
In This Topic
Gets or sets the formula that indicates source cell range of the camera.
Syntax
'Declaration
Property Formula As String
'Usage
Dim instance As ICamera
Dim value As String
instance.Formula = value
value = instance.Formula
string Formula {get; set;}
See Also