在http://helpcentral.componentone. ... spwin-comprops.html
没找到的Position属性:Sets or returns the relative record number of the current record
自己测试它的作用时,运行起来看并没有什么效果,想知道这个属性的作用,并且对应到vs2008中,对应的属性是什么?
代码:
Private Sub Command9_Click()
With fpSpread1
.Row = 1
.Col = 1
.Position = PositionCenterRight
End With
End Sub
|
|