gpt4 book ai didi

c# - Excel VBA 到 C#

转载 作者:太空狗 更新时间:2023-10-29 21:49:53 25 4
gpt4 key购买 nike

我正在将一些代码从 Excel VBA 转换为 C# 并遇到这个问题。我不确定这段代码在 C# 中是否等效。 Intellisence 不是很有帮助 :(

Selection.ShapeRange.Adjustments.Item(1) = 90

我在 C# 中设法达到了 Adjustment 但没有 Item 属性。

最佳答案

根据 MSDN Adjustments 属性似乎有一个索引器,因此您可以这样做:

Selection.ShapeRange.Adjustments[1] = 90;

关于c# - Excel VBA 到 C#,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29291790/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com