SpreadsheetShape

SpreadsheetShape class

Representa una forma de dibujo en un documento de Excel.

public class SpreadsheetShape : ShapeSearchAdapter, IRotatableTwoDObject

Propiedades

Nombre Descripción
AlternativeText { get; set; } Obtiene o establece el texto descriptivo (alternativo) asociado con esteSpreadsheetShape .
AutoShapeType { get; } Obtiene el tipo de forma automática.
FormattedTextFragments { get; } Obtiene la colección de fragmentos de texto formateados de esteSpreadsheetShape .
Height { get; set; } Obtiene o establece la altura de esteSpreadsheetShapeen puntos.
Hyperlink { get; set; } Obtiene o establece el hipervínculo asociado a esteSpreadsheetShape .
Id { get; } Obtiene el identificador de esteSpreadsheetShape .
Image { get; set; } Obtiene o establece la imagen de esteSpreadsheetShape .
ImageFillFormat { get; } Obtiene la configuración de formato de relleno de imagen de esteSpreadsheetShape .
IsWordArt { get; } Obtiene un valor que indica si esteSpreadsheetShape es un objeto de WordArt.
MsoDrawingType { get; } Obtiene el tipo de dibujo mso.
Name { get; } Obtiene el nombre de esteSpreadsheetShape .
RotateAngle { get; set; } Obtiene o establece el ángulo de rotación de esteSpreadsheetShape en grados.
Text { get; set; } Obtiene o establece el texto de esteSpreadsheetShape .
Width { get; set; } Obtiene o establece el ancho de esteSpreadsheetShapeen puntos.
Worksheet { get; } Obtiene la hoja de trabajo principal de esteSpreadsheetShape .
X { get; set; } Obtiene o establece el desplazamiento horizontal de esteSpreadsheetShape del borde izquierdo de la hoja de cálculo en puntos.
Y { get; set; } Obtiene o establece el desplazamiento vertical de esteSpreadsheetShape desde el borde superior de la hoja de cálculo en puntos.

Ver también