S
Sam Huang
Hi,
I use the following code to get the name of a custom property:
string name = shape.get_CellsSRC(
(short)VisSectionIndices.visSectionProp, 3, (short)
VisCellIndices.visCustPropsLabel).Formula;
but wehn i tried to rename the property by calling
shape.get_CellsSRC(
(short)VisSectionIndices.visSectionProp, 3, (short)
VisCellIndices.visCustPropsLabel).Formula = "Hello";
I get a non-sense message as
#NAME?
Any one can help on renaming the custom property? Thx!
I use the following code to get the name of a custom property:
string name = shape.get_CellsSRC(
(short)VisSectionIndices.visSectionProp, 3, (short)
VisCellIndices.visCustPropsLabel).Formula;
but wehn i tried to rename the property by calling
shape.get_CellsSRC(
(short)VisSectionIndices.visSectionProp, 3, (short)
VisCellIndices.visCustPropsLabel).Formula = "Hello";
I get a non-sense message as
#NAME?
Any one can help on renaming the custom property? Thx!