C#: State of a Checkbox in MS Excel
问题 I am trying to acquire state of a checkbox existing in an XLS document via C#. Let me back up here. This is what I have: MS Office 2007 + Dev Tools and VC# 2010 Express Referenced MS Excel 12.0 Object Library An XLS document I successfully retrieve the Excel.Shape object. However, I am stuck when trying to determine whether it is checked or not. So far I have acquired its AutoShapeType, which says msoShapeMixed. Can someone point me to the right direction? Thanks! class Program { static void