Click here to Skip to main content
15,905,322 members

Comments by Anup6 (Top 12 by date)

Anup6 7-Jun-16 7:43am View    
Thanks to all.@ppolymorphe ,provided links are useful thank you very much.
Anup6 7-Jun-16 6:48am View    
what COUNT(c[-18])this function counts no of rows or columns?
what is the c[-18] ?.
I converted vb code c# by using vbuc
Anup6 7-Jun-16 1:16am View    
please tell me what is mean by 'c' and'[-18]' in that formula

converted c# statement is:
note: Module1.ScaleType is 1

ReflectionHelper.LetMember(ReflectionHelper.Invoke(ApExcel, "Worksheets", new object[] { Module1.ScaleType }), "Cells", "=COUNT(c[-18])", 1, 19);
i Got error "Exception from HRESULT: 0x800A03EC"
Anup6 7-Jun-16 0:49am View    
Ok.What is the value of this "=COUNT(c[-18])"?
Anup6 6-May-16 2:08am View    
I am developing application in which i uses multiple cameras.I also keep record of last selected camera and when next time i started application,if last selected camera was not connected ,application stops.so thats why i want to know camera is connected or not before capturing.