找回密码
 立即注册

QQ登录

只需一步,快速开始

CornsGrape

注册会员

10

主题

20

帖子

72

积分

注册会员

积分
72

[已处理] 关于属性Position

CornsGrape
注册会员   /  发表于:2017-1-13 14:31  /   查看:3045  /  回复:1

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



1 个回复

倒序浏览
dexteryao讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2017-1-13 21:39:42
沙发
这个属性我也没有找到相关文档,根据PositionCenterRight 找到的是ShowCell
不知道是不是这个作用

http://sphelp.grapecity.com/WebH ... .html#funct375.html
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部