Lines Matching refs:props
109 PropertyValue[] props = new PropertyValue[3]; in _startRangeSelection() local
110 props[0] = new PropertyValue(); in _startRangeSelection()
111 props[0].Name = "InitialValue"; in _startRangeSelection()
112 props[0].Value = "B3:D5"; in _startRangeSelection()
113 props[1] = new PropertyValue(); in _startRangeSelection()
114 props[1].Name = "Title"; in _startRangeSelection()
115 props[1].Value = "the title"; in _startRangeSelection()
116 props[2] = new PropertyValue(); in _startRangeSelection()
117 props[2].Name = "CloseOnMouseRelease"; in _startRangeSelection()
118 props[2].Value = Boolean.FALSE; in _startRangeSelection()
119 oObj.startRangeSelection(props); in _startRangeSelection()
153 props[0].Value = "C4:E6"; in _startRangeSelection()
154 oObj.startRangeSelection(props); in _startRangeSelection()
156 props[0].Value = "C2:E3"; in _startRangeSelection()
157 oObj.startRangeSelection(props); in _startRangeSelection()
160 oObj.startRangeSelection(props); in _startRangeSelection()