主题
返回指定对象的计数。只读。
Long
/*以下示例显示活动单元格中的 ColorStops 数。*/ function test() { console.log(ActiveCell.Interior.Gradient.ColorStops.Count) }